added NET_ADMIN to qbitvpn

This commit is contained in:
Richie Cahill 2024-06-21 22:43:26 -04:00
parent 8799873ad1
commit 427054b0e3

View File

@ -23,6 +23,7 @@
}; };
qbitvpn = { qbitvpn = {
image = "binhex/arch-qbittorrentvpn"; image = "binhex/arch-qbittorrentvpn";
extraOptions = [ "--cap-add=NET_ADMIN" ];
ports = [ ports = [
"6882:6881" "6882:6881"
"6882:6881/udp" "6882:6881/udp"