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