From baedfb28fbeb08d965bce3b112d60376af846715 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Tue, 31 Aug 2021 16:35:51 +0200 Subject: [PATCH] added 8448 matrix, removed turn ports --- hosts/architect/firewall.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/hosts/architect/firewall.nix b/hosts/architect/firewall.nix index f6f0a63..ed2d898 100644 --- a/hosts/architect/firewall.nix +++ b/hosts/architect/firewall.nix @@ -7,20 +7,12 @@ let 22 # ssh 80 # http 443 # https - 3478 # turn + 8448 # matrix 10022 # gitea - 40000 - 40001 - 40002 - 40003 ]; open_udp_ports = lib.concatMapStringsSep "," (x: toString x) [ 1194 # wireguard 3478 # turn - 40000 - 40001 - 40002 - 40003 ]; in { networking = {