{ disko.devices = { disk = { nvme0n1 = { type = "disk"; device = "/dev/disk/by-id/nvme-WDC_WDS100T2B0C-00PXH0_203822801246"; content = { type = "gpt"; partitions = { ESP = { size = "1G"; type = "EF00"; content = { type = "filesystem"; format = "vfat"; mountpoint = "/efiboot/efi1"; mountOptions = [ "defaults" ]; extraArgs = [ "-nESP1" ]; }; }; swap = { size = "16G"; type = "8200"; content = { type = "swap"; extraArgs = [ "-L swap1" ]; }; }; zfs = { size = "100%"; content = { type = "zfs"; pool = "rpool"; }; }; }; }; }; nvme1n1 = { type = "disk"; device = "/dev/disk/by-id/nvme-Corsair_MP600_MICRO_A828B35000EQBA"; content = { type = "gpt"; partitions = { ESP = { size = "1G"; type = "EF00"; content = { type = "filesystem"; format = "vfat"; mountpoint = "/efiboot/efi2"; mountOptions = [ "defaults" ]; extraArgs = [ "-nESP2" ]; }; }; swap = { size = "16G"; type = "8200"; content = { type = "swap"; extraArgs = [ "-L swap2" ]; }; }; zfs = { size = "100%"; content = { type = "zfs"; pool = "rpool"; }; }; }; }; }; }; zpool = { rpool = { mode = "mirror"; type = "zpool"; rootFsOptions = { acltype = "posixacl"; canmount = "off"; compression = "on"; dnodesize = "auto"; relatime = "on"; xattr = "sa"; }; options = { ashift = "12"; autotrim = "on"; }; datasets = { "local" = { type = "zfs_fs"; options.mountpoint = "none"; }; "local/root" = { type = "zfs_fs"; options.mountpoint = "legacy"; mountpoint = "/"; }; "local/nix" = { type = "zfs_fs"; options = { atime = "off"; mountpoint = "legacy"; }; mountpoint = "/nix"; }; "user" = { type = "zfs_fs"; options.mountpoint = "none"; }; "user/home" = { type = "zfs_fs"; options.mountpoint = "legacy"; mountpoint = "/home"; }; "user/home/root" = { type = "zfs_fs"; options.mountpoint = "legacy"; mountpoint = "/root"; }; "user/home/nipsy" = { type = "zfs_fs"; options.mountpoint = "legacy"; mountpoint = "/home/nipsy"; }; }; }; }; }; }