From 5d4c1c69bc89a028675c45f839c54f5476a0297d Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Fri, 17 Jul 2026 15:36:56 +0200 Subject: Added the adguard fix --- modules/adguard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.3.1