diff options
| author | Fuwn <[email protected]> | 2024-11-02 08:14:12 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-11-02 08:14:12 -0700 |
| commit | 1e3b97452fef9e702319ed3b98fd10d26a1f5433 (patch) | |
| tree | d35845dffdb55ece710934109441a18066acd088 | |
| parent | core: limit nh cleaner to extended nix support option (diff) | |
| download | nixos-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.nix | 2 |
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"; |