added 29432 to allowedUDPPorts

This commit is contained in:
2024-11-23 12:50:24 -05:00
parent ea0fd25c19
commit a83ca2afb0

View File

@@ -4,7 +4,7 @@ in
{
networking.firewall = {
allowedTCPPorts = [ 6881 8082 29432 ];
allowedUDPPorts = [ 6881 ];
allowedUDPPorts = [ 6881 29432 ];
};
virtualisation.oci-containers.containers.qbit = {
image = "ghcr.io/linuxserver/qbittorrent:latest";