From de1508c46b6bcce0b4cbc85d5d48eac96a8875dd Mon Sep 17 00:00:00 2001 From: fredrikr79 Date: Mon, 8 Sep 2025 21:00:51 +0200 Subject: [PATCH] remove tcp port forwarding --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 4b7a1f6..20a2a6f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -329,8 +329,8 @@ in networking.firewall = { enable = true; allowedTCPPorts = [ - 3389 - 5900 + # 3389 + # 5900 ]; # rdp port # trustedInterfaces = [ # "wlp0s20f3"