summaryrefslogtreecommitdiff
path: root/system-profiles
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2026-04-23 12:34:15 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2026-04-23 12:34:15 +0200
commit977d20917adbd00577fa7340be6e01fe73635675 (patch)
tree8602a781cc81be121d1b49a62ecac60da002723b /system-profiles
parent4b22e7f7aabb72d80324357a3bbf84fd884f2ffe (diff)
downloadnixos-977d20917adbd00577fa7340be6e01fe73635675.tar
nixos-977d20917adbd00577fa7340be6e01fe73635675.tar.gz
nixos-977d20917adbd00577fa7340be6e01fe73635675.tar.bz2
nixos-977d20917adbd00577fa7340be6e01fe73635675.tar.xz
nixos-977d20917adbd00577fa7340be6e01fe73635675.zip
...
Diffstat (limited to 'system-profiles')
-rw-r--r--system-profiles/core/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/system-profiles/core/default.nix b/system-profiles/core/default.nix
index 58d2fe7c..43369f50 100644
--- a/system-profiles/core/default.nix
+++ b/system-profiles/core/default.nix
@@ -1,4 +1,4 @@
1{ flake, flakeInputs, home-manager, path, hostName, config, options, lib, pkgs, customUtils, ... }: 1{ flake, flakeInputs, home-manager, path, hostName, config, options, lib, pkgs, utils, customUtils, ... }:
2 2
3with lib; 3with lib;
4 4
@@ -162,7 +162,7 @@ in {
162 systemd.user.startServices = "sd-switch"; 162 systemd.user.startServices = "sd-switch";
163 } 163 }
164 ]; 164 ];
165 extraSpecialArgs = { inherit flake flakeInputs path; hostConfig = config; }; 165 extraSpecialArgs = { inherit flake flakeInputs path utils customUtils; hostConfig = config; };
166 }; 166 };
167 167
168 sops = mkIf hasSops { 168 sops = mkIf hasSops {