diff --git a/nixos/hosts/nixos-vm-02/disks.nix b/nixos/hosts/nixos-vm-02/disks.nix index 6980a5fa..25cad4d5 100644 --- a/nixos/hosts/nixos-vm-02/disks.nix +++ b/nixos/hosts/nixos-vm-02/disks.nix @@ -9,7 +9,6 @@ format = "gpt"; partitions = [ { - type = "partition"; name = "BOOT"; start = "0%"; end = "550MiB"; @@ -23,7 +22,6 @@ }; } # partition 1 { - type = "partition"; name = "LUKS"; start = "550MiB"; end = "100%";