10 lines
204 B
Nix
10 lines
204 B
Nix
{lib, ...}: {
|
|
services.syncthing.folders."Notes" = {
|
|
label = "Notes";
|
|
path = lib.mkDefault "/var/lib/syncthing/Notes/";
|
|
id = "4ggjz-5dyop";
|
|
ignorePerms = true;
|
|
enable = true;
|
|
};
|
|
}
|