From 442185fa2d726b4c6fffad894bd499c1b05f2d9c Mon Sep 17 00:00:00 2001 From: death916 Date: Sat, 20 Dec 2025 05:17:26 -0800 Subject: [PATCH] resolved --- modules/adguard.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/adguard.nix b/modules/adguard.nix index c7f23de..ddf5144 100644 --- a/modules/adguard.nix +++ b/modules/adguard.nix @@ -7,9 +7,9 @@ { config = { - systemd.tmpfiles.rules = [ - "d /var/lib/AdGuardHome/data 0700 adguardhome adguardhome -" - ]; + # systemd.tmpfiles.rules = [ + # "d /var/lib/AdGuardHome/data 0700 adguardhome adguardhome -" + # ]; services.adguardhome = { enable = true;