From e1d18c18be3d0184deffc55a600a098083aa786b Mon Sep 17 00:00:00 2001 From: ashisgreat22 Date: Wed, 18 Mar 2026 21:22:19 +0100 Subject: [PATCH] Cleanup --- modules/adguard.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/adguard.nix b/modules/adguard.nix index d3e52cc..cab559f 100644 --- a/modules/adguard.nix +++ b/modules/adguard.nix @@ -69,6 +69,9 @@ in config = lib.mkIf cfg.enable { # Provide an adguard clients partial config for injection sops.templates."adguard_clients.yaml" = { + owner = "root"; + group = "adguardhome"; + mode = "0440"; content = builtins.toJSON { clients = { persistent = map (client: {