From 36b3527e6542de384d596f5bbd873330c4d8a3e2 Mon Sep 17 00:00:00 2001 From: tomoron Date: Wed, 29 Jan 2025 01:32:03 +0100 Subject: [PATCH] add ports open to server firewall config --- hosts/server.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/server.nix b/hosts/server.nix index 401f8ed..705ff68 100644 --- a/hosts/server.nix +++ b/hosts/server.nix @@ -17,8 +17,8 @@ ]; boot.supportedFilesystems = [ "zfs" ]; - networking.firewall.allowedTCPPorts = [80 443 5000 8083]; - networking.firewall.allowedUDPPorts = [80 443 5000 8083]; + networking.firewall.allowedTCPPorts = [80 443 5000 8083 137 138 139 445 548 3702 5357]; + networking.firewall.allowedUDPPorts = [80 443 5000 8083 137 138 139 445 548 3702 5357]; networking = { interfaces.eth0.ipv4.addresses = [ {