mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
added 29432 to allowedUDPPorts
This commit is contained in:
@@ -4,7 +4,7 @@ in
|
|||||||
{
|
{
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
allowedTCPPorts = [ 6881 8082 29432 ];
|
allowedTCPPorts = [ 6881 8082 29432 ];
|
||||||
allowedUDPPorts = [ 6881 ];
|
allowedUDPPorts = [ 6881 29432 ];
|
||||||
};
|
};
|
||||||
virtualisation.oci-containers.containers.qbit = {
|
virtualisation.oci-containers.containers.qbit = {
|
||||||
image = "ghcr.io/linuxserver/qbittorrent:latest";
|
image = "ghcr.io/linuxserver/qbittorrent:latest";
|
||||||
|
|||||||
Reference in New Issue
Block a user