aboutsummaryrefslogtreecommitdiff
path: root/modules/adguard.nix
diff options
context:
space:
mode:
authorKaran Jayachandra <karan.jayachandra@nxp.com>2026-07-17 15:36:56 +0200
committerKaran Jayachandra <karan.jayachandra@nxp.com>2026-07-17 15:36:56 +0200
commit5d4c1c69bc89a028675c45f839c54f5476a0297d (patch)
treec5a1b676481d20fd19f945d8c1d5e5d449e53647 /modules/adguard.nix
parentefe8007b3f3366241fd589e3bccfc7aadbfacd65 (diff)
Added the adguard fix
Diffstat (limited to 'modules/adguard.nix')
-rw-r--r--modules/adguard.nix2
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"