From a84c75b7e2448454e7551ebcba20ed3aab1dee39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Thu, 12 May 2022 08:29:01 +0100 Subject: [PATCH] Expose syncthing to wireguard --- config/services/syncthing.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/services/syncthing.nix b/config/services/syncthing.nix index 6463ce1e..a127f197 100644 --- a/config/services/syncthing.nix +++ b/config/services/syncthing.nix @@ -136,4 +136,5 @@ }; }; }; + networking.firewall.interfaces."wg0".allowedTCPPorts = [ 8384 ]; }