summaryrefslogtreecommitdiff
path: root/systems/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'systems/default.nix')
-rw-r--r--systems/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/systems/default.nix b/systems/default.nix
index e44b096..2f8c277 100644
--- a/systems/default.nix
+++ b/systems/default.nix
@@ -14,7 +14,10 @@
(builtins.removeAttrs args ["builder"])
// {
modules = args.modules ++ [./${name}];
- specialArgs = {inherit inputs self;};
+ specialArgs = {
+ inherit inputs self;
+ secretsDir = ../secrets/${name};
+ };
}
);