diff options
Diffstat (limited to 'hosts/pad/network.nix')
| -rw-r--r-- | hosts/pad/network.nix | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/hosts/pad/network.nix b/hosts/pad/network.nix index 6831f92..cf92f23 100644 --- a/hosts/pad/network.nix +++ b/hosts/pad/network.nix @@ -43,9 +43,11 @@ # Open ports in the firewall. firewall = { ## 1313 is for HUGO - allowedTCPPorts = [ 1313 ]; - ## 51820 is wg 53317 is localsend - allowedUDPPorts = [ 51820 53317 ]; + ## 2234 is nicotine + ## 53317 is localsend + allowedTCPPorts = [ 1313 2234 53317 ]; + ## 51820 is wg + allowedUDPPorts = [ 51820 ]; }; # Or disable the firewall altogether. # firewall.enable = false; |
