From 35ac8f64087cf2e68758032497ecb8cfddfe7057 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 22 Sep 2023 11:36:57 +0900 Subject: [PATCH] test --- nixos/hosts/nixos-vm-02/disks.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/hosts/nixos-vm-02/disks.nix b/nixos/hosts/nixos-vm-02/disks.nix index 7a77bf4b..44f05bf7 100644 --- a/nixos/hosts/nixos-vm-02/disks.nix +++ b/nixos/hosts/nixos-vm-02/disks.nix @@ -7,7 +7,7 @@ type = "table"; format = "gpt"; partitions = [ - BOOT = { + { name = "BOOT"; label = "BOOT"; start = "0%"; @@ -21,7 +21,7 @@ mountpoint = "/boot"; }; } # partition 1 - ROOT = { + { name = "ROOT"; label = "ROOT"; size = "100%";