From 22ed03de3ccf2e84e76c8d4d52069ae24e014c88 Mon Sep 17 00:00:00 2001 From: albert Date: Sat, 27 Jul 2024 11:48:05 +0900 Subject: [PATCH] Testing --- nixos/hosts/nixos-desktop/disks.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/nixos/hosts/nixos-desktop/disks.nix b/nixos/hosts/nixos-desktop/disks.nix index 6d35ca34..28ffc6d4 100644 --- a/nixos/hosts/nixos-desktop/disks.nix +++ b/nixos/hosts/nixos-desktop/disks.nix @@ -13,8 +13,7 @@ BOOT = { priority = 1; name = "BOOT"; - start = "0%"; - end = "1G"; + size = "1024M"; type = "EF00"; content = { type = "filesystem"; @@ -25,8 +24,7 @@ }; }; # partition 1 (ESP) LUKS = { - start = "1G"; - end = "100%"; + size = "100%"; content = { type = "luks"; name = "ROOT";