{lib, ...}: { disko.devices = { disk = { main = { type = "disk"; device = "/dev/xvda"; content = { type = "gpt"; partitions = { MBR = { type = "EF02"; size = "1M"; priority = 1; }; root = { size = "100%"; content = { type = "filesystem"; format = "ext4"; mountpoint = "/"; }; }; }; }; }; }; }; }