expand syncthing folder options
This commit is contained in:
parent
4d8df7396a
commit
af53e9b502
3 changed files with 52 additions and 43 deletions
|
|
@ -7,4 +7,10 @@
|
|||
../../../modules/media/tool.nix
|
||||
];
|
||||
|
||||
syncthing-custom.folders = {
|
||||
Credentials.maxAgeDays = 30;
|
||||
Documents.maxAgeDays = 30;
|
||||
Media.maxAgeDays = 7;
|
||||
Archive.maxAgeDays = 30;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,6 +8,13 @@
|
|||
../../../modules/schedule.nix
|
||||
];
|
||||
|
||||
syncthing-custom.folders = {
|
||||
Credentials.maxAgeDays = 30;
|
||||
Documents.maxAgeDays = 30;
|
||||
Media.maxAgeDays = 7;
|
||||
Archive.maxAgeDays = 30;
|
||||
};
|
||||
|
||||
services.scheduled-commands.dcim-consume = {
|
||||
enable = true;
|
||||
description = "Move files in dcim consume folder to DCIM";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue