feat: update firewall ports to include qbittorrent allowed UDP and TCP ports

This commit is contained in:
emmatherock
2026-06-27 19:36:50 -03:00
parent 72a8279d68
commit 107e88226f
+2 -2
View File
@@ -4,8 +4,8 @@
networkmanager.enable = true;
firewall = {
enable = true;
allowedUDPPorts = [ config.services.tailscale.port 4242 49983 24800 26900 ];
allowedTCPPorts = [ 22 4242 49983 24800 26900 ];
allowedUDPPorts = [ config.services.tailscale.port 4242 49983 24800 26900 60977];
allowedTCPPorts = [ 22 4242 49983 24800 26900 60977];
};
useDHCP = false;
interfaces.enp6s0.ipv4.addresses = [{