From 0862b8d9a04f9e57c8662ddf87b12d4c7f8bfb55 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Fri, 6 Mar 2026 16:09:44 -0700 Subject: [PATCH] Update modules/proxy.nix --- modules/proxy.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/proxy.nix b/modules/proxy.nix index 6aec33d..d958e01 100644 --- a/modules/proxy.nix +++ b/modules/proxy.nix @@ -63,6 +63,7 @@ let Restart = "on-failure"; RestartSec = "5s"; DynamicUser = true; + AmbientCapabilities = [ "CAP_NET_BIND_SERVICE" ]; }; };