diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2026-07-17 15:36:56 +0200 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2026-07-17 15:36:56 +0200 |
| commit | 5d4c1c69bc89a028675c45f839c54f5476a0297d (patch) | |
| tree | c5a1b676481d20fd19f945d8c1d5e5d449e53647 | |
| parent | efe8007b3f3366241fd589e3bccfc7aadbfacd65 (diff) | |
Added the adguard fix
| -rw-r--r-- | modules/adguard.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/adguard.nix b/modules/adguard.nix index 6c49b28..b3974d5 100644 --- a/modules/adguard.nix +++ b/modules/adguard.nix @@ -73,7 +73,7 @@ # At activation: inject the bcrypt password hash from the sops secret into # the AdGuard config so the declarative config has the real hash. system.activationScripts.adguard-password = { - deps = [ "sops" ]; + deps = [ "setupSecrets" ]; text = '' HASH_FILE="${config.sops.secrets."adguard/password_hash".path}" CFG="/var/lib/AdGuardHome/AdGuardHome.yaml" |
