fixup! gorgon: disable syncthing temporarily

This commit is contained in:
Tim Schubert 2024-06-01 15:55:32 +02:00
parent c32f5b4633
commit 63fe114dd1
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0

View file

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