From 09b1fe8a307efd42763a2b9bb9a1426bfc749e96 Mon Sep 17 00:00:00 2001 From: xqtc Date: Wed, 24 Jul 2024 14:12:15 +0200 Subject: [PATCH] added ports for slskd on seraphim --- hosts/x86_64-linux/seraphim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/x86_64-linux/seraphim/default.nix b/hosts/x86_64-linux/seraphim/default.nix index 6b5b680..4868160 100644 --- a/hosts/x86_64-linux/seraphim/default.nix +++ b/hosts/x86_64-linux/seraphim/default.nix @@ -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;