From 8ce050fe7da62399919c757740c61971417c47fc Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 7 Aug 2024 22:50:57 +0200 Subject: [PATCH] Update configuration.nix --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 907655d..39585a3 100644 --- a/configuration.nix +++ b/configuration.nix @@ -148,7 +148,7 @@ }; # Open ports in the firewall. - networking.firewall.allowedTCPPorts = [ 22 443 3000 ]; + networking.firewall.allowedTCPPorts = [ 22 3000 ]; # networking.firewall.allowedUDPPorts = [ ... ]; # just leave forever