From b173fe623e00a67eb05ce6448c63632d06076828 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 1 Jun 2025 15:05:53 -0400 Subject: [PATCH] fix capabilities --- systems/palatine-hill/docker/torr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/palatine-hill/docker/torr.nix b/systems/palatine-hill/docker/torr.nix index 2a95d92..8f78aa7 100644 --- a/systems/palatine-hill/docker/torr.nix +++ b/systems/palatine-hill/docker/torr.nix @@ -58,7 +58,7 @@ in }; delugeVPN = delugeBase // { image = "binhex/arch-delugevpn:latest"; - capbilities = { + capabilities = { NET_ADMIN = true; }; environment = delugeBase.environment // {