diff options
Diffstat (limited to 'modules')
| -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" |
