Add 'Syncthing' example config to 'astyanax' host
parent
fcda5c511e
commit
829655f4ba
|
|
@ -47,6 +47,17 @@
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openDefaultPorts = true;
|
openDefaultPorts = true;
|
||||||
|
folders = {
|
||||||
|
"/home/h/sync" = {
|
||||||
|
id = "sync";
|
||||||
|
devices = [ ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
devices = {
|
||||||
|
# "device1" = {
|
||||||
|
# id = "DEVICE-ID-GOES-HERE";
|
||||||
|
# };
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.locate = {
|
services.locate = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue