10 lines
210 B
Nix
10 lines
210 B
Nix
{lib, ...}: {
|
|
services.syncthing.folders."Exports" = {
|
|
label = "Exports";
|
|
path = lib.mkDefault "/var/lib/syncthing/Exports/";
|
|
id = "tof2e-pdtde";
|
|
ignorePerms = true;
|
|
enable = true;
|
|
};
|
|
}
|