Syncthing on driftwood

This commit is contained in:
Nathan McCarty 2025-04-02 04:16:44 -04:00
parent b7011813bf
commit bc55a7e78f

View file

@ -50,4 +50,11 @@
# Open firewall ports for HTTP, HTTPS, and Matrix federation
networking.firewall.allowedTCPPorts = [80 443 8448];
networking.firewall.allowedUDPPorts = [80 443 8448];
# Syncthing host as an untrusted backup
services.syncthing = {
enable = true;
user = "nathan";
guiAddress = "100.64.0.3:8384";
};
}