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/base.nix
|
||||||
./hosts/servers/iris
|
./hosts/servers/iris
|
||||||
];
|
];
|
||||||
|
specialArgs = { inherit inputs; };
|
||||||
};
|
};
|
||||||
poseidon = nixpkgs.lib.nixosSystem {
|
poseidon = nixpkgs.lib.nixosSystem {
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/base.nix
|
./hosts/base.nix
|
||||||
./hosts/servers/poseidon
|
./hosts/servers/poseidon
|
||||||
];
|
];
|
||||||
|
specialArgs = { inherit inputs; };
|
||||||
};
|
};
|
||||||
nixos = nixpkgs.lib.nixosSystem {
|
nixos = nixpkgs.lib.nixosSystem {
|
||||||
modules = [
|
modules = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue