From 23696e7e7983b321a1b230ad904039827146072d Mon Sep 17 00:00:00 2001 From: ashisgreat22 Date: Wed, 18 Mar 2026 19:20:41 +0100 Subject: [PATCH] fix(adguard): remove --cap-drop=ALL flag AdGuard Home needs capabilities to run. 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 605ec90..42ebd9c 100644 --- a/modules/adguard.nix +++ b/modules/adguard.nix @@ -75,7 +75,6 @@ in image = "docker.io/adguard/adguardhome:latest"; ports = [ "127.0.0.1:${toString cfg.port}:3000/tcp" ]; extraOptions = [ - "--cap-drop=ALL" "--tmpfs=/tmp" ]; volumes = [