10 lines
207 B
Nix
10 lines
207 B
Nix
|
{lib, ...}: {
|
||
|
services.syncthing.folders."Zotero" = {
|
||
|
label = "Zotero";
|
||
|
path = lib.mkDefault "/var/lib/syncthing/Zotero/";
|
||
|
id = "huyvn-liwc9";
|
||
|
ignorePerms = true;
|
||
|
enable = true;
|
||
|
};
|
||
|
}
|