diff --git a/nixos/hosts/framework-server/default.nix b/nixos/hosts/framework-server/default.nix index 4b936cb9..a3416d15 100644 --- a/nixos/hosts/framework-server/default.nix +++ b/nixos/hosts/framework-server/default.nix @@ -15,7 +15,7 @@ # open ports for traefik networking.firewall.interfaces.wireguard0.allowedTCPPorts = [ 80 443 ]; networking.firewall.interfaces.enp0s13f0u2c2.allowedTCPPorts = [ 80 443 ]; - networking.firewall.interfaces.tailscale0.allowedTCPPorts = [ 80 443 8080 ]; + networking.firewall.interfaces.tailscale0.allowedTCPPorts = [ 80 443 ]; # steam , etc