From 52b95770ca41d31bcb0677be26f57d0647949cea Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Thu, 12 Jun 2025 17:50:20 -0500 Subject: [PATCH] add more storage to boot --- nixos/disk-config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/disk-config.nix b/nixos/disk-config.nix index e0561dc..19d6c13 100644 --- a/nixos/disk-config.nix +++ b/nixos/disk-config.nix @@ -9,7 +9,7 @@ partitions = { # boot ESP = { - size = "64M"; + size = "1024M"; type = "EF00"; content = { type = "filesystem";