421 current 2025-06-09 02:12:33 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-06-09 02:12:59 -04:00
parent c84cf13283
commit 6dcc2a234e

View File

@@ -6,8 +6,27 @@
services.syncthing = {
enable = true;
guiAddress = "localhost:8384";
user = "synchronous";
group = "users";
dataDir = "/home/synchronous";
# user = "synchronous";
# group = "syncthing";
openDefaultPorts = true;
settings = {
devices = {
cluster = {id = "RBT7JA4-DFQ33SG-JUWJOQ2-MLPVLV4-SL2NATS-VZBB5M5-L7CHO3N-UTBOGA4";};
};
folders = {
notes = {
id = "notes";
label = "Notes";
path = "/home/synchronous/notes";
type = "sendreceive";
devices = ["cluster"];
};
};
};
};
}