This commit is contained in:
mjallen18
2025-12-30 14:28:48 -06:00
parent b36ae0914c
commit b216fe5215
15 changed files with 667 additions and 59 deletions

View File

@@ -123,7 +123,7 @@ in
partitions = {
FIRMWARE = lib.mkIf cfg.enableFirmware {
priority = 1;
name = "FIRMWARE";
name = "${config.${namespace}.network.hostName}-FIRMWARE";
start = "1M";
end = "1G";
type = "0700";
@@ -138,6 +138,7 @@ in
priority = if cfg.enableFirmware then 2 else 1;
type = "EF00";
size = "500M";
name = "${config.${namespace}.network.hostName}-EFI";
content = {
type = "filesystem";
format = "vfat";