From 9a395cfe07d65326153b4d47a8ad6f25a93b1990 Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Sat, 16 Nov 2024 04:33:52 +0100 Subject: [PATCH] moves shit around --- config/nixos/common/server.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config/nixos/common/server.nix b/config/nixos/common/server.nix index 34bc9db..3b232d8 100644 --- a/config/nixos/common/server.nix +++ b/config/nixos/common/server.nix @@ -21,14 +21,16 @@ # External ports allowedTCPPorts = [ + ## Portforwarded 80 # HTTP 443 # HTTPS 22 # Git over SSH - 400 # SSH 25565 # Minecraft - 3456 # Minecraft (Bluemap) 32400 # Plex - 8096 # Jellyfin + 51820 # WireGuard + + ## Internal services / TailScale + 400 # SSH ]; allowedUDPPorts = [