From 9b1d5ede5487cfa409ebeebb9643e3c834ef5195 Mon Sep 17 00:00:00 2001 From: ashisgreat22 Date: Wed, 18 Mar 2026 19:19:25 +0100 Subject: [PATCH] fix(adguard): remove --read-only flag AdGuard Home needs write access to working directory. Config file remains read-only via :ro mount. Co-Authored-By: Claude Opus 4.6 --- modules/adguard.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/adguard.nix b/modules/adguard.nix index 4051975..605ec90 100644 --- a/modules/adguard.nix +++ b/modules/adguard.nix @@ -76,7 +76,6 @@ in ports = [ "127.0.0.1:${toString cfg.port}:3000/tcp" ]; extraOptions = [ "--cap-drop=ALL" - "--read-only" "--tmpfs=/tmp" ]; volumes = [