From b7d9df794e493b8c6283061b48f65412b2788655 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 5 Apr 2023 12:42:42 +0800 Subject: [PATCH] nixbld: close legacy firewall ports --- nixbld-etc-nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixbld-etc-nixos/configuration.nix b/nixbld-etc-nixos/configuration.nix index 87ef10a..42eb722 100644 --- a/nixbld-etc-nixos/configuration.nix +++ b/nixbld-etc-nixos/configuration.nix @@ -90,7 +90,7 @@ in hostName = "nixbld"; hostId = "e423f012"; firewall = { - allowedTCPPorts = [ 53 80 443 7402 3939 3940 ]; + allowedTCPPorts = [ 53 80 443 7402 ]; allowedUDPPorts = [ 53 67 ]; trustedInterfaces = [ netifLan ]; };