fix(adguard): remove --cap-drop=ALL flag

AdGuard Home needs capabilities to run.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ashisgreat22 2026-03-18 19:20:41 +01:00
parent 9b1d5ede54
commit 23696e7e79

View file

@ -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 = [