From 8fab146e6069d65069b6ef076622a5fb797b2b62 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 13 Jun 2023 11:07:51 -0700 Subject: [PATCH] updated firewall --- modules/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/configuration.nix b/modules/configuration.nix index 89ee9c5..5d59d37 100644 --- a/modules/configuration.nix +++ b/modules/configuration.nix @@ -399,8 +399,8 @@ backup /etc/nix-bitcoin-secrets/ localhost/ ####### Open ports in the firewall ####### - networking.firewall.allowedTCPPorts = [ 80 443 5349 8448 3050 3051 ]; - networking.firewall.allowedUDPPorts = [ 80 443 5349 8448 3050 3051 ]; + networking.firewall.allowedTCPPorts = [ 80 443 5349 8448 3050 3051 9443 9080 ]; + networking.firewall.allowedUDPPorts = [ 80 443 5349 8448 3050 3051 9443 9080 ]; networking.firewall.allowedUDPPortRanges = [ { from=49152; to=65535; } # TURN relay ];