summaryrefslogtreecommitdiff
path: root/system-profiles/core
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-01-14 15:05:32 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2025-01-14 15:05:40 +0100
commitc744867b5adc417748f6ed6fdb17cb6e4c6fc46b (patch)
treecc970543a9e601244f5fab956f52e999b686f4a1 /system-profiles/core
parent21b52a31e1eff5c8142f26e091fde083c21db55f (diff)
downloadnixos-c744867b5adc417748f6ed6fdb17cb6e4c6fc46b.tar
nixos-c744867b5adc417748f6ed6fdb17cb6e4c6fc46b.tar.gz
nixos-c744867b5adc417748f6ed6fdb17cb6e4c6fc46b.tar.bz2
nixos-c744867b5adc417748f6ed6fdb17cb6e4c6fc46b.tar.xz
nixos-c744867b5adc417748f6ed6fdb17cb6e4c6fc46b.zip
...
Diffstat (limited to 'system-profiles/core')
-rw-r--r--system-profiles/core/default.nix2
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 {