{ disko.devices = { disk."system" = { device = "/dev/disk/by-path/pci-0000:00:11.0-ata-1"; type = "disk"; content = { type = "table"; format = "msdos"; partitions = [ { index = 1; name = "root"; start = "1MB"; end = "-4GB"; part-type = "primary"; fs-type = "btrfs"; bootable = true; content = { type = "filesystem"; format = "btrfs"; mountpoint = "/"; }; } { index = 2; name = "swap"; start = "-4G"; end = "100%"; part-type = "primary"; fs-type = "linux-swap"; content = { type = "swap"; randomEncryption = true; }; } ]; }; }; }; }