{ disko = { devices = { lvm_vg = { pool = { type = "lvm_vg"; lvs = { root = { size = "100%"; content = { type = "btrfs"; extraArgs = [ "-f" ]; subvolumes = { "/root" = { mountpoint = "/"; mountOptions = [ "compress=zstd" "noatime" "discard=async" ]; }; "/home" = { mountpoint = "/home"; mountOptions = [ "compress=zstd" "noatime" "discard=async" ]; }; "/nix" = { mountpoint = "/nix"; mountOptions = [ "compress=zstd" "noatime" "discard=async" ]; }; }; }; }; }; }; }; }; }; }