nixos/services/syncthing/folders/documents.nix

10 lines
216 B
Nix
Raw Normal View History

{lib, ...}: {
services.syncthing.folders."Documents" = {
label = "Documents";
path = lib.mkDefault "/var/lib/syncthing/Documents/";
id = "qc6qa-bipsd";
ignorePerms = true;
enable = true;
};
}