diff --git a/flake.nix b/flake.nix index b8d5474..b3e69a5 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = [