diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,13 +100,13 @@ dishwasher = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit inputs; }; - extraArgs = { flake = self; }; modules = [ sops-nix.nixosModules.sops microvm.nixosModules.host ./hosts/dishwasher ./modules/basic-tools ./modules/binary-caches.nix + { config._module.args = { flake = self; }; } ]; }; |
