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."Comics" = {
|
|
|
|
label = "Comics";
|
|
|
|
path = lib.mkDefault "/var/lib/syncthing/Comics/";
|
|
|
|
id = "kc2h0-q3wot";
|
|
|
|
ignorePerms = true;
|
2023-06-27 07:36:32 +01:00
|
|
|
devices = lib.mkDefault [
|
|
|
|
"ion"
|
|
|
|
"legion"
|
|
|
|
"monarch"
|
|
|
|
"northstar"
|
|
|
|
"vanguard"
|
|
|
|
];
|
2023-06-05 07:42:08 +01:00
|
|
|
enable = true;
|
|
|
|
};
|
|
|
|
}
|