add custom nixos install iso
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user