diff options
Diffstat (limited to 'system-profiles/core/default.nix')
-rw-r--r-- | system-profiles/core/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system-profiles/core/default.nix b/system-profiles/core/default.nix index d60507b0..b85aea4e 100644 --- a/system-profiles/core/default.nix +++ b/system-profiles/core/default.nix | |||
@@ -181,7 +181,7 @@ in { | |||
181 | programs.ssh.internallyManaged = mkForce true; | 181 | programs.ssh.internallyManaged = mkForce true; |
182 | } | 182 | } |
183 | ]; | 183 | ]; |
184 | extraSpecialArgs = { inherit flake flakeInputs path; }; | 184 | extraSpecialArgs = { inherit flake flakeInputs path; hostConfig = config; }; |
185 | }; | 185 | }; |
186 | 186 | ||
187 | sops = mkIf hasSops { | 187 | sops = mkIf hasSops { |