added options for syncthing

This commit is contained in:
2025-10-04 02:01:39 -05:00
parent fbe31f75a4
commit 23f7ee0911

View File

@@ -3,10 +3,14 @@
{
services.syncthing = {
enable = true;
user = "syncthing";
group = "syncthing";
user = "blake";
group = "blake";
dataDir = "/home/blake/.local/state/syncthing";
configDir = "/home/blake/.config/syncthing";
# webui
guiAddress = "0.0.0.0:2222";
openDefaultPorts = true;
};
}