fix
This commit is contained in:
@@ -135,7 +135,7 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
ESP = {
|
ESP = {
|
||||||
priority = if cfg.enableFirmware then 2 else 1;
|
priority = if cfg.firmware.enableFirmware then 2 else 1;
|
||||||
type = "EF00";
|
type = "EF00";
|
||||||
size = "500M";
|
size = "500M";
|
||||||
name = "${config.${namespace}.network.hostName}-EFI";
|
name = "${config.${namespace}.network.hostName}-EFI";
|
||||||
|
|||||||
Reference in New Issue
Block a user