From 63fe114dd1c7de72a2198b7e366ffaa4a586c5ce Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Sat, 1 Jun 2024 15:55:32 +0200 Subject: [PATCH] fixup! 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 5979c06..96dbf42 100644 --- a/nixos/gorgon/configuration.nix +++ b/nixos/gorgon/configuration.nix @@ -133,10 +133,10 @@ in networking.firewall = { enable = true; allowedTCPPorts = [ - # 22000 # Syncthing + # 22000 # Syncthing ]; allowedUDPPorts = [ - # 21027 # Syncthing + # 21027 # Syncthing ]; };