2023-06-05 07:42:08 +01:00
|
|
|
{lib, ...}: {
|
2023-06-27 07:36:32 +01:00
|
|
|
imports = [../devices];
|
2023-06-05 07:42:08 +01:00
|
|
|
services.syncthing.folders."Books" = {
|
|
|
|
label = "Books";
|
|
|
|
path = lib.mkDefault "/var/lib/syncthing/Books/";
|
|
|
|
id = "zjmxy-ycmbq";
|
|
|
|
ignorePerms = true;
|
2023-06-27 07:36:32 +01:00
|
|
|
devices = lib.mkDefault [
|
|
|
|
"legion"
|
|
|
|
"monarch"
|
|
|
|
"northstar"
|
|
|
|
"remarkable"
|
|
|
|
"vanguard"
|
|
|
|
];
|
2023-06-05 07:42:08 +01:00
|
|
|
enable = true;
|
|
|
|
};
|
|
|
|
}
|