2023-06-09 14:00:32 +01:00
|
|
|
{lib, ...}: {
|
2023-06-27 07:36:32 +01:00
|
|
|
imports = [../devices];
|
2023-06-09 14:00:32 +01:00
|
|
|
services.syncthing.folders."Zotero" = {
|
|
|
|
label = "Zotero";
|
|
|
|
path = lib.mkDefault "/var/lib/syncthing/Zotero/";
|
|
|
|
id = "huyvn-liwc9";
|
|
|
|
ignorePerms = true;
|
2023-06-27 07:36:32 +01:00
|
|
|
devices = lib.mkDefault ["ion" "legion"];
|
2023-06-09 14:00:32 +01:00
|
|
|
enable = true;
|
|
|
|
};
|
|
|
|
}
|