summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 46378ee..674f901 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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; }; }
];
};