From 2286d0136fdd03d530c2dd7e709420e2d27b3b29 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 18 Dec 2023 21:39:33 +0100 Subject: [PATCH] close port 1433 --- nixos/queen/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/queen/configuration.nix b/nixos/queen/configuration.nix index 5f5f457..905cb17 100644 --- a/nixos/queen/configuration.nix +++ b/nixos/queen/configuration.nix @@ -117,7 +117,7 @@ networking.firewall.enable = true; - networking.firewall.allowedTCPPorts = [22 80 443 1433]; + networking.firewall.allowedTCPPorts = [22 80 443]; # Set your time zone. time.timeZone = "Europe/Amsterdam";