{...}: { disko.devices = { disk = { main = { device = "/dev/nvme0n1"; type = "disk"; content = { type = "gpt"; partitions = { ESP = { end = "500M"; type = "EF00"; content = { type = "filesystem"; format = "vfat"; mountpoint = "/boot"; mountOptions = [ "umask=0077" ]; }; }; root = { name = "root"; end = "-0"; content = { type = "luks"; name = "crypto"; settings = { allowDiscards = true; }; content = { type = "filesystem"; format = "bcachefs"; mountpoint = "/"; }; }; }; }; }; }; }; }; }