From adce436b0d35328d3d1eb6b3ced762391c34d6c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Thu, 12 May 2022 08:56:29 +0100 Subject: [PATCH] unblock port 22000 --- config/services/syncthing.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/services/syncthing.nix b/config/services/syncthing.nix index 9379e29e..dd086a72 100644 --- a/config/services/syncthing.nix +++ b/config/services/syncthing.nix @@ -138,4 +138,6 @@ }; }; networking.firewall.interfaces."wg0".allowedTCPPorts = [ 8384 ]; + networking.firewall.allowedTCPPorts = [ 22000 ]; + networking.firewall.allowedUDPPorts = [ 22000 ]; }