diff --git a/tests/modules/system-to-install.nix b/tests/modules/system-to-install.nix index fe31d30..70fd5e3 100644 --- a/tests/modules/system-to-install.nix +++ b/tests/modules/system-to-install.nix @@ -21,14 +21,12 @@ partitions = [ { name = "boot"; - type = "partition"; start = "0"; end = "1M"; part-type = "primary"; flags = [ "bios_grub" ]; } { - type = "partition"; name = "ESP"; start = "1MiB"; end = "100MiB"; @@ -41,7 +39,6 @@ } { name = "root"; - type = "partition"; start = "100MiB"; end = "100%"; part-type = "primary";