From abd7101062d1f55a1539defd7759505c145851d7 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sun, 29 Dec 2024 23:24:03 -0500 Subject: [PATCH] updated qbitvpn and added devices https://github.com/binhex/arch-qbittorrentvpn/issues/296 https://github.com/binhex/arch-qbittorrentvpn/issues/294 https://github.com/binhex/arch-delugevpn/issues/418 --- systems/jeeves/docker/qbitvpn.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/systems/jeeves/docker/qbitvpn.nix b/systems/jeeves/docker/qbitvpn.nix index 767b95b..12ca53f 100644 --- a/systems/jeeves/docker/qbitvpn.nix +++ b/systems/jeeves/docker/qbitvpn.nix @@ -7,7 +7,8 @@ in allowedUDPPorts = [ 6882 ]; }; virtualisation.oci-containers.containers.qbitvpn = { - image = "binhex/arch-qbittorrentvpn:5.0.2-1-01"; + image = "binhex/arch-qbittorrentvpn:5.0.3-1-01"; + devices = [ "/dev/net/tun:/dev/net/tun" ]; extraOptions = [ "--cap-add=NET_ADMIN" ]; ports = [ "6882:6881"