This commit is contained in:
mjallen18
2026-01-02 14:41:08 -06:00
parent 451f5aa726
commit 56fb195967
4 changed files with 12 additions and 4 deletions

View File

@@ -143,8 +143,8 @@ in
};
};
};
firmware = lib.mkIf cfg.enableFirmware {
device = "/dev/mmcblk0";
firmware = lib.mkIf cfg.firmware.enableFirmware {
device = cfg.firmware.firmwareDrive;
type = "disk";
imageSize = "1G";
content = {