1
0

add custom nixos install iso

This commit is contained in:
2023-02-26 18:45:26 +01:00
parent c22975bdcd
commit 01a5bcce57
6 changed files with 109 additions and 39 deletions

View File

@@ -66,6 +66,7 @@
schule = generateNixosSystem "schule";
storage-2 = generateNixosSystem "storage-2";
web-2 = generateNixosSystem "web-2";
_iso = generateNixosSystem "_iso";
};
colmena = {
@@ -99,6 +100,7 @@
inherit (self)
packages;
nixosConfigurations = builtins.mapAttrs (name: host: host.config.system.build.toplevel) self.nixosConfigurations;
iso = self.nixosConfigurations._iso.config.system.build.isoImage;
};
};
}