Create automatic installation ISOs #26

Merged
fricklerhandwerk merged 2 commits from valentin-rebase into main 2024-10-01 10:02:03 +02:00
Showing only changes of commit 5caad04862 - Show all commits

View file

@ -25,6 +25,12 @@ nixpkgs: machine:
programs.bash.loginShellInit = ''
${nixpkgs.lib.getExe bootstrap}
'';
isoImage = {
compressImage = false;
squashfsCompression = "gzip -Xcompression-level 1";
isoName = lib.mkForce "installer.iso";
};
};
in
(nixpkgs.lib.nixosSystem { modules = [installer];}).config.system.build.isoImage