set up syncthing

This commit is contained in:
Richie Cahill
2024-06-09 09:47:30 -04:00
parent 1bf1cb10d8
commit a380a1bea2
4 changed files with 69 additions and 4 deletions

View File

@ -63,6 +63,7 @@
id = "l62ul-lpweo"; # cspell:disable-line
path = "/ZFS/Media/Notes";
devices = [
"bob"
"phone"
"rhapsody-in-green"
];
@ -72,6 +73,7 @@
id = "6uppx-vadmy"; # cspell:disable-line
path = "/ZFS/Storage/Syncthing/books";
devices = [
"bob"
"phone"
"rhapsody-in-green"
];
@ -81,6 +83,7 @@
id = "4ckma-gtshs"; # cspell:disable-line
path = "/ZFS/Storage/Syncthing/important";
devices = [
"bob"
"phone"
"rhapsody-in-green"
];
@ -90,6 +93,7 @@
id = "vprc5-3azqc"; # cspell:disable-line
path = "/ZFS/Storage/Syncthing/music";
devices = [
"bob"
"phone"
"rhapsody-in-green"
];
@ -98,7 +102,10 @@
"projects" = {
id = "vyma6-lqqrz"; # cspell:disable-line
path = "/ZFS/Storage/Syncthing/projects";
devices = [ "rhapsody-in-green" ];
devices = [
"bob"
"rhapsody-in-green"
];
fsWatcherEnabled = true;
};
};