diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2026-04-23 12:34:15 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2026-04-23 12:34:15 +0200 |
| commit | 977d20917adbd00577fa7340be6e01fe73635675 (patch) | |
| tree | 8602a781cc81be121d1b49a62ecac60da002723b /system-profiles/core/default.nix | |
| parent | 4b22e7f7aabb72d80324357a3bbf84fd884f2ffe (diff) | |
| download | nixos-977d20917adbd00577fa7340be6e01fe73635675.tar nixos-977d20917adbd00577fa7340be6e01fe73635675.tar.gz nixos-977d20917adbd00577fa7340be6e01fe73635675.tar.bz2 nixos-977d20917adbd00577fa7340be6e01fe73635675.tar.xz nixos-977d20917adbd00577fa7340be6e01fe73635675.zip | |
...
Diffstat (limited to 'system-profiles/core/default.nix')
| -rw-r--r-- | system-profiles/core/default.nix | 4 |
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 | ||
| 3 | with lib; | 3 | with 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 { |
