input inheritance
This commit is contained in:
parent
e255632758
commit
8e71ac61ef
1 changed files with 2 additions and 0 deletions
|
|
@ -34,12 +34,14 @@
|
|||
./hosts/base.nix
|
||||
./hosts/servers/iris
|
||||
];
|
||||
specialArgs = { inherit inputs; };
|
||||
};
|
||||
poseidon = nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
./hosts/base.nix
|
||||
./hosts/servers/poseidon
|
||||
];
|
||||
specialArgs = { inherit inputs; };
|
||||
};
|
||||
nixos = nixpkgs.lib.nixosSystem {
|
||||
modules = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue