gorgon: disable syncthing temporarily

This commit is contained in:
Tim Schubert 2024-05-30 11:12:33 +02:00
parent ba010e4e08
commit 95fd1b26ec
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0

View file

@ -132,10 +132,10 @@ in
networking.firewall = { networking.firewall = {
enable = true; enable = true;
allowedTCPPorts = [ allowedTCPPorts = [
22000 # Syncthing # 22000 # Syncthing
]; ];
allowedUDPPorts = [ allowedUDPPorts = [
21027 # Syncthing # 21027 # Syncthing
]; ];
}; };