From 8f46c93e95923e594a1dafc4e6f829044dce2852 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Tue, 1 Sep 2020 23:42:40 +0200 Subject: [PATCH] synching: sync lost fotos --- system/all/syncthing.nix | 9 +++++++++ 1 file changed, 9 insertions(+) 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";