diff --git a/system/all/syncthing.nix b/system/all/syncthing.nix index 1886f01..8102696 100644 --- a/system/all/syncthing.nix +++ b/system/all/syncthing.nix @@ -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";