From c744867b5adc417748f6ed6fdb17cb6e4c6fc46b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 14 Jan 2025 15:05:32 +0100 Subject: ... --- system-profiles/core/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system-profiles/core') 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 { programs.ssh.internallyManaged = mkForce true; } ]; - extraSpecialArgs = { inherit flake flakeInputs path; }; + extraSpecialArgs = { inherit flake flakeInputs path; hostConfig = config; }; }; sops = mkIf hasSops { -- cgit v1.2.3