From 495f9cc045d6fc6676dc9e1ab0b2ef26bf83dacb Mon Sep 17 00:00:00 2001 From: beanigen Date: Tue, 3 Jun 2025 17:57:46 +0800 Subject: [PATCH] firewall --- base/firewall.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/firewall.nix b/base/firewall.nix index 3b75fdb..aecd756 100644 --- a/base/firewall.nix +++ b/base/firewall.nix @@ -1,3 +1,5 @@ { + networking.firewall.allowedUDPPorts = [ 22000 21027 ]; + networking.firewall.allowedTCPPorts = [ 22000 ]; services.syncthing.openDefaultPorts = true; }