diff --git a/nixos/hosts/nixos-vm-02/disks.nix b/nixos/hosts/nixos-vm-02/disks.nix index 44f05bf7..2fe593c5 100644 --- a/nixos/hosts/nixos-vm-02/disks.nix +++ b/nixos/hosts/nixos-vm-02/disks.nix @@ -9,7 +9,6 @@ partitions = [ { name = "BOOT"; - label = "BOOT"; start = "0%"; end = "550MiB"; bootable = true; @@ -23,7 +22,6 @@ } # partition 1 { name = "ROOT"; - label = "ROOT"; size = "100%"; content = { type = "luks";