From dae9095bcb09ebfb03a0584de8bc07c3a70bdcfe Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Wed, 14 Jun 2023 18:53:59 -0700 Subject: [PATCH] updated firewall --- modules/configuration.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/configuration.nix b/modules/configuration.nix index ea8e14c..53763b3 100644 --- a/modules/configuration.nix +++ b/modules/configuration.nix @@ -407,9 +407,8 @@ backup /etc/nix-bitcoin-secrets/ localhost/ ####### Open ports in the firewall ####### - networking.firewall.allowedTCPPorts = [ 80 443 5349 8448 3050 3051 9443 9080 8100 8000 ]; - networking.firewall.allowedUDPPorts = [ 80 443 5349 8448 3050 3051 9443 9080 8100 8000 - ]; + networking.firewall.allowedTCPPorts = [ 80 443 5349 8448 3050 3051 ]; + networking.firewall.allowedUDPPorts = [ 80 443 5349 8448 3050 3051 ]; networking.firewall.allowedUDPPortRanges = [ { from=49152; to=65535; } # TURN relay ];