added music projects syncthin dirs

This commit is contained in:
Richie Cahill 2024-04-12 17:31:50 -04:00
parent 1b0b350d26
commit 6e31460813
2 changed files with 30 additions and 0 deletions

View File

@ -120,6 +120,21 @@
]; ];
fsWatcherEnabled = true; fsWatcherEnabled = true;
}; };
"music" = {
id = "vprc5-3azqc";
path = "/ZFS/Storage/Syncthing/music";
devices = [
"Phone"
"rhapsody-in-green"
];
fsWatcherEnabled = true;
};
"projects" = {
id = "vyma6-lqqrz";
path = "/ZFS/Storage/Syncthing/projects";
devices = [ "rhapsody-in-green" ];
fsWatcherEnabled = true;
};
}; };
}; };
}; };

View File

@ -89,6 +89,21 @@
]; ];
fsWatcherEnabled = true; fsWatcherEnabled = true;
}; };
"music" = {
id = "vprc5-3azqc";
path = "/home/richie/music";
devices = [
"Phone"
"jeeves"
];
"projects" = {
id = "vyma6-lqqrz";
path = "/ZFS/Storage/Syncthing/projects";
devices = [ "jeeves" ];
fsWatcherEnabled = true;
};
fsWatcherEnabled = true;
};
}; };
}; };
}; };