From 6674670bb40538e35ae7754ccd6494fdce1c15c4 Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 20 Feb 2024 08:27:01 +0900 Subject: [PATCH] Update disk size to remove swap --- nixos/hosts/nixos-framework/disks-gpt.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/nixos-framework/disks-gpt.nix b/nixos/hosts/nixos-framework/disks-gpt.nix index e986ca1a..273bd6ef 100644 --- a/nixos/hosts/nixos-framework/disks-gpt.nix +++ b/nixos/hosts/nixos-framework/disks-gpt.nix @@ -30,7 +30,7 @@ }; # partition 1 (ESP) LUKS-ROOT = { start = "550MiB"; - end = "-64GiB"; + end = "100%"; content = { type = "luks"; name = "ROOT";