|
|
@ -34,6 +34,7 @@
|
|
|
|
) hosts)
|
|
|
|
) hosts)
|
|
|
|
// {
|
|
|
|
// {
|
|
|
|
template = nixpkgs.lib.nixosSystem {
|
|
|
|
template = nixpkgs.lib.nixosSystem {
|
|
|
|
|
|
|
|
specialArgs = { inherit inputs; };
|
|
|
|
modules = [ ./systems/template/configuration.nix ];
|
|
|
|
modules = [ ./systems/template/configuration.nix ];
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|