diff --git a/modules/single-disk.nix b/modules/single-disk.nix index ffb4ea9..0cb20bf 100644 --- a/modules/single-disk.nix +++ b/modules/single-disk.nix @@ -4,11 +4,12 @@ let grub = { name = "grub"; size = "1M"; - flags = [ "bios_grub" ]; + type = "ef02"; }; esp = { name = "ESP"; - size = "500MB"; + type = "EF00"; + size = "500M"; content = { type = "filesystem"; format = "vfat"; @@ -18,7 +19,6 @@ let root = { name = "root"; size = "100%"; - bootable = true; content = { type = "filesystem"; # We use xfs because it has support for compression and has a quite good performance for databases