Skip to content

Commit

Permalink
updated qbitvpn and added devices
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieCahill committed Dec 30, 2024
1 parent 14b229a commit abd7101
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion systems/jeeves/docker/qbitvpn.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit abd7101

Please sign in to comment.