flake: disable isos for normal builds as it causes issues

This commit is contained in:
Sandro - 2024-01-07 03:45:10 +01:00
parent 4002f3802a
commit ce83d387e2
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 4 additions and 4 deletions

View File

@ -717,10 +717,10 @@
imports = [ imports = [
# adds config.system.build.isoImage which can be used to build an iso for any system # adds config.system.build.isoImage which can be used to build an iso for any system
# which is very useful to get its networking configuration # which is very useful to get its networking configuration
({ config, modulesPath, ... }: { # ({ config, modulesPath, ... }: {
imports = lib.singleton "${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix"; # imports = lib.singleton "${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix";
isoImage.edition = lib.mkForce config.networking.hostName; # isoImage.edition = lib.mkForce config.networking.hostName;
}) # })
c3d2-user-module.nixosModule c3d2-user-module.nixosModule
disko.nixosModules.disko disko.nixosModules.disko