summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-11-02 08:14:12 -0700
committerFuwn <[email protected]>2024-11-02 08:14:12 -0700
commit1e3b97452fef9e702319ed3b98fd10d26a1f5433 (patch)
treed35845dffdb55ece710934109441a18066acd088
parentcore: limit nh cleaner to extended nix support option (diff)
downloadnixos-config-1e3b97452fef9e702319ed3b98fd10d26a1f5433.tar.xz
nixos-config-1e3b97452fef9e702319ed3b98fd10d26a1f5433.zip
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.
-rw-r--r--disks/himeji.nix2
1 files changed, 1 insertions, 1 deletions
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";