From 95fd1b26ec76385b079e14dae800685e3253ae70 Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Thu, 30 May 2024 11:12:33 +0200 Subject: [PATCH] gorgon: disable syncthing temporarily --- nixos/gorgon/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/gorgon/configuration.nix b/nixos/gorgon/configuration.nix index c4d0af0..0896fe6 100644 --- a/nixos/gorgon/configuration.nix +++ b/nixos/gorgon/configuration.nix @@ -132,10 +132,10 @@ in networking.firewall = { enable = true; allowedTCPPorts = [ - 22000 # Syncthing + # 22000 # Syncthing ]; allowedUDPPorts = [ - 21027 # Syncthing + # 21027 # Syncthing ]; };