synching: sync lost fotos
This commit is contained in:
parent
131a6b1d8b
commit
8f46c93e95
1 changed files with 9 additions and 0 deletions
|
@ -110,6 +110,15 @@ with lib; {
|
|||
params.keep = "10";
|
||||
};
|
||||
};
|
||||
lost-fotos = {
|
||||
enable = lib.mkDefault false;
|
||||
watch = false;
|
||||
devices = [ "workhorse" "workout" "pepe" ];
|
||||
versioning = {
|
||||
type = "simple";
|
||||
params.keep = "10";
|
||||
};
|
||||
};
|
||||
movies = {
|
||||
enable = lib.mkDefault false;
|
||||
id = "vatmy-c2qf4";
|
||||
|
|
Loading…
Reference in a new issue