summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 6061f7e..46378ee 100644
--- a/flake.nix
+++ b/flake.nix
@@ -100,6 +100,7 @@
dishwasher = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };
+ extraArgs = { flake = self; };
modules = [
sops-nix.nixosModules.sops
microvm.nixosModules.host