kariru: update syncthing address

This commit is contained in:
notohh 2025-05-05 03:29:35 -04:00
parent 33a476fbd7
commit 5be7251d91
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,11 +1,10 @@
_: {
networking.firewall.allowedTCPPorts = [8385];
services.syncthing = {
enable = true;
openDefaultPorts = true;
dataDir = "/home/notoh/sync";
configDir = "/home/notoh/.config/syncthing";
guiAddress = "192.168.1.54:8385";
guiAddress = "100.126.229.95:8386";
user = "notoh";
group = "users";
};