nixos/services/syncthing/folders/exports.nix

10 lines
210 B
Nix
Raw Normal View History

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