From 227cdce7992d9f03d4e5b9283f206608791268b7 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sat, 29 Mar 2025 21:38:20 +0100 Subject: [PATCH] Adjust boot partition size --- hosts/alto/disko.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/alto/disko.nix b/hosts/alto/disko.nix index 67f34e6..56221a9 100644 --- a/hosts/alto/disko.nix +++ b/hosts/alto/disko.nix @@ -8,7 +8,7 @@ partitions = { ESP = { type = "EF00"; - size = "500M"; + size = "512M"; content = { type = "filesystem"; format = "vfat";