{ disko.devices.disk = { main = { type = "disk"; device = "/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_33656227"; content = { type = "gpt"; partitions = { boot = { size = "1M"; type = "EF02"; }; root = { size = "100%"; content = { type = "filesystem"; format = "btrfs"; mountpoint = "/"; }; }; }; }; }; }; }