fix(iso): use lib.mkForce on image.baseName for NixOS 26.05 compatibility
Test NaxOS Module Configurations / test-modules (push) Successful in 9m38s
Test NaxOS Module Configurations / test-modules (push) Successful in 9m38s
This commit is contained in:
@@ -52,10 +52,11 @@
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
# ISO Image identification
|
# ISO Image identification
|
||||||
isoImage.isoBaseName = "naxos-installer";
|
image.baseName = lib.mkForce "naxos-installer";
|
||||||
isoImage.volumeID = "NAXOS_INSTALL";
|
isoImage.volumeID = lib.mkForce "NAXOS_INSTALL";
|
||||||
isoImage.makeEfiBootable = true;
|
isoImage.makeEfiBootable = true;
|
||||||
isoImage.makeUsbBootable = true;
|
isoImage.makeUsbBootable = true;
|
||||||
|
boot.zfs.forceImportRoot = false;
|
||||||
|
|
||||||
# State version
|
# State version
|
||||||
system.stateVersion = "26.05";
|
system.stateVersion = "26.05";
|
||||||
|
|||||||
Reference in New Issue
Block a user