delete syncthing

This commit is contained in:
ponymushama 2024-07-23 22:43:22 +08:00
parent efe7ecea42
commit 69697deda4
9 changed files with 1 additions and 43 deletions

View file

@ -4,8 +4,6 @@
# Firewall
networking.firewall.enable = true;
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ 22000 21027 ]; # syncthing
networking.firewall.allowedUDPPorts = [ 22000 21027 ]; # syncthing
# Or disable the firewall altogether.
# networking.firewall.enable = false;
}