diff options
| author | Grigory Shipunov | 2022-10-09 13:34:48 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-10-09 13:37:23 +0200 |
| commit | 966f65a2fe332cfd5dace2f1bebd545fd1ba12d3 (patch) | |
| tree | c427844e394efe165232b4f60f4a9335de4be66d | |
| parent | 75229723cf78c00870410bae9e32bfe880b8255a (diff) | |
all systems inherit inputs
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -76,6 +76,7 @@ }; cirrus = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; + specialArgs = { inherit inputs; }; modules = [ sops-nix.nixosModules.sops ./hosts/cirrus @@ -84,6 +85,7 @@ }; dishwasher = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; + specialArgs = { inherit inputs; }; modules = [ sops-nix.nixosModules.sops microvm.nixosModules.host @@ -101,6 +103,7 @@ }; nextcloud = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; + specialArgs = { inherit inputs; }; modules = [ sops-nix.nixosModules.sops microvm.nixosModules.microvm |
