From 9c31bb2aa0874c411a9eb9f70c206a5f20b32d4d Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 22 Sep 2023 11:38:24 +0900 Subject: [PATCH] test --- nixos/hosts/nixos-vm-02/disks.nix | 2 -- 1 file changed, 2 deletions(-) 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";