From 1e3b97452fef9e702319ed3b98fd10d26a1f5433 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 2 Nov 2024 08:14:12 -0700 Subject: himeji: fix disko configuration Changing the case of this single instance of "ESP" to "esp" breaks the entire system. This took about two hours to debug and fix. --- disks/himeji.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disks/himeji.nix b/disks/himeji.nix index 653b5ac..258a209 100644 --- a/disks/himeji.nix +++ b/disks/himeji.nix @@ -13,7 +13,7 @@ priority = 1; }; - esp = { + ESP = { size = "512M"; type = "EF00"; -- cgit v1.2.3