From 144939bb98fc3276028f66bc7d0f78f3496f2654 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 18 Feb 2025 16:48:40 +0000 Subject: [PATCH] up the EFI partition from 500MB to 1GB --- partitions/luks-lvm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partitions/luks-lvm.nix b/partitions/luks-lvm.nix index b95de8f..77fe411 100644 --- a/partitions/luks-lvm.nix +++ b/partitions/luks-lvm.nix @@ -8,7 +8,7 @@ type = "gpt"; partitions = { ESP = { - size = "500M"; + size = "1G"; type = "EF00"; content = { type = "filesystem";