From 431ad5ad9e0af6a461d1a355ce48f200a698885e Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Mon, 3 Jun 2024 23:45:47 +0200 Subject: [PATCH] Revert "gorgon: disable syncthing temporarily" This reverts commit 95fd1b26ec76385b079e14dae800685e3253ae70. --- 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 108720b..b2da49d 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 ]; };