421 current 2025-06-09 02:12:33 25.05.20250424.f771eb4 6.12.24 *
This commit is contained in:
@@ -6,8 +6,27 @@
|
|||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
guiAddress = "localhost:8384";
|
guiAddress = "localhost:8384";
|
||||||
|
user = "synchronous";
|
||||||
|
group = "users";
|
||||||
|
dataDir = "/home/synchronous";
|
||||||
# user = "synchronous";
|
# user = "synchronous";
|
||||||
# group = "syncthing";
|
# group = "syncthing";
|
||||||
openDefaultPorts = true;
|
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"];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user