This commit is contained in:
mjallen18
2026-01-12 20:22:09 -06:00
parent 2a17112d50
commit 1dc075f405

View File

@@ -135,7 +135,7 @@ in
};
};
ESP = {
priority = if cfg.enableFirmware then 2 else 1;
priority = if cfg.firmware.enableFirmware then 2 else 1;
type = "EF00";
size = "500M";
name = "${config.${namespace}.network.hostName}-EFI";