From 994234c18b73292a4e45c203b36fdce8657353f3 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Fri, 3 Jan 2025 19:58:22 -0600 Subject: [PATCH] increased side of boot partition --- modules/nixos-modules/disko.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/nixos-modules/disko.nix b/modules/nixos-modules/disko.nix index f95edcf..b2685af 100644 --- a/modules/nixos-modules/disko.nix +++ b/modules/nixos-modules/disko.nix @@ -90,7 +90,8 @@ in { partitions = { # We are having to boot off of the nvm cache drive because I cant figure out how to boot via the HBA ESP = { - size = "64M"; + # 2G here because its not much relative to how much storage we have for caching + size = "2G"; type = "EF00"; content = { type = "filesystem";