added ports for slskd on seraphim

This commit is contained in:
xqtc 2024-07-24 14:12:15 +02:00
parent 4723c711df
commit 09b1fe8a30

View file

@ -154,7 +154,7 @@
services.openssh.enable = true;
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [22 8085 7878 7878 8989 9696];
networking.firewall.allowedTCPPorts = [22 8085 7878 7878 8989 9696 5030 5031 50300 ];
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;