From b40051f5d09de7616e6709dbaefb889e3ca4b107 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sat, 23 Nov 2024 13:25:56 -0500 Subject: [PATCH] updating qbit version --- systems/jeeves/docker/qbit.nix | 2 +- systems/jeeves/docker/qbitvpn.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/jeeves/docker/qbit.nix b/systems/jeeves/docker/qbit.nix index 0ee6fd4..935e36e 100644 --- a/systems/jeeves/docker/qbit.nix +++ b/systems/jeeves/docker/qbit.nix @@ -7,7 +7,7 @@ in allowedUDPPorts = [ 6881 29432 ]; }; virtualisation.oci-containers.containers.qbit = { - image = "ghcr.io/linuxserver/qbittorrent:latest"; + image = "ghcr.io/linuxserver/qbittorrent:5.0.2"; ports = [ "6881:6881" "6881:6881/udp" diff --git a/systems/jeeves/docker/qbitvpn.nix b/systems/jeeves/docker/qbitvpn.nix index 2c8dcb4..767b95b 100644 --- a/systems/jeeves/docker/qbitvpn.nix +++ b/systems/jeeves/docker/qbitvpn.nix @@ -7,7 +7,7 @@ in allowedUDPPorts = [ 6882 ]; }; virtualisation.oci-containers.containers.qbitvpn = { - image = "binhex/arch-qbittorrentvpn:latest"; + image = "binhex/arch-qbittorrentvpn:5.0.2-1-01"; extraOptions = [ "--cap-add=NET_ADMIN" ]; ports = [ "6882:6881"