From 80a1ed2050dcedc2babefeb17c448b31e83fe614 Mon Sep 17 00:00:00 2001 From: Steven Date: Sat, 25 Mar 2023 23:05:48 -0400 Subject: [PATCH] updated partition sizes --- .modules/disko/luks-lvm.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.modules/disko/luks-lvm.nix b/.modules/disko/luks-lvm.nix index 01a9ced..f199b10 100644 --- a/.modules/disko/luks-lvm.nix +++ b/.modules/disko/luks-lvm.nix @@ -11,7 +11,7 @@ type = "partition"; name = "ESP"; start = "1MiB"; - end = "100MiB"; + end = "2g"; bootable = true; content = { type = "filesystem"; @@ -25,8 +25,8 @@ { name = "swap"; type = "partition"; - start = "101MiB"; - end = "40960MiB"; + start = "2G"; + end = "40G"; part-type = "primary"; content = { type = "swap"; @@ -36,7 +36,7 @@ { type = "partition"; name = "luks"; - start = "40960MiB"; + start = "40G"; end = "100%"; content = { type = "luks";