{ device, ... }: { disko.devices.disk.${device} = { inherit device; content = { type = "gpt"; partitions = { "boot" = { type = "ef02"; size = "1M"; }; "root".content = { type = "filesystem"; format = "ext4"; mountpoint = "/"; }; }; }; }; }