Merge pull request #238 from yanganto/master

make isoName default "nixos.iso"
This commit is contained in:
Lassulus 2023-05-30 10:08:39 +02:00 committed by GitHub
commit 6c22dec7b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
];
# for installer
isoImage.isoName = "nixos.iso";
isoImage.isoName = lib.mkDefault "nixos.iso";
# override installation-cd-base and enable wpa and sshd start at boot
systemd.services.wpa_supplicant.wantedBy = lib.mkForce [ "multi-user.target" ];