10 lines
213 B
Nix
10 lines
213 B
Nix
|
{lib, ...}: {
|
||
|
services.syncthing.folders."Pictures" = {
|
||
|
label = "Pictures";
|
||
|
path = lib.mkDefault "/var/lib/syncthing/Pictures/";
|
||
|
id = "ziuj8-rm6dn";
|
||
|
ignorePerms = true;
|
||
|
enable = true;
|
||
|
};
|
||
|
}
|