From ed2bcc42e386210559242b1a6ed9d3371d5713f5 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sun, 15 Mar 2020 02:29:50 +0800 Subject: [PATCH] add smartphone-folder --- configs/sterni/syncthing.nix | 4 ++++ configs/workhorse/syncthing.nix | 5 +++++ configs/workout/syncthing.nix | 5 ++++- system/all/syncthing.nix | 5 +++++ 4 files changed, 18 insertions(+), 1 deletion(-) diff --git a/configs/sterni/syncthing.nix b/configs/sterni/syncthing.nix index c275594..9ddfb83 100644 --- a/configs/sterni/syncthing.nix +++ b/configs/sterni/syncthing.nix @@ -53,6 +53,10 @@ enable = true; path = "/home/palo/music-projects"; }; + smartphone-folder = { + enable = true; + path = "/home/palo/smartphone-folder"; + }; }; }; diff --git a/configs/workhorse/syncthing.nix b/configs/workhorse/syncthing.nix index 222e177..5e076c4 100644 --- a/configs/workhorse/syncthing.nix +++ b/configs/workhorse/syncthing.nix @@ -101,6 +101,11 @@ path = "/media/syncthing/series"; rescanInterval = 8 * 3600; }; + smartphone-folder = { + enable = true; + path = "/media/syncthing/smartphone-folder"; + rescanInterval = 8 * 3600; + }; }; }; diff --git a/configs/workout/syncthing.nix b/configs/workout/syncthing.nix index 7e3b237..19fddff 100644 --- a/configs/workout/syncthing.nix +++ b/configs/workout/syncthing.nix @@ -74,7 +74,10 @@ enable = true; path = "/home/palo/windows-sync"; }; - + smartphone-folder = { + enable = true; + path = "/home/palo/smartphone-folder"; + }; }; }; }; diff --git a/system/all/syncthing.nix b/system/all/syncthing.nix index 552ca53..5515d8f 100644 --- a/system/all/syncthing.nix +++ b/system/all/syncthing.nix @@ -119,6 +119,11 @@ with lib; { watch = false; devices = [ "workout" "workhorse" "pepe" "sterni" ]; }; + smartphone-folder = { + enable = lib.mkDefault false; + watch = false; + devices = [ "workout" "workhorse" "sterni" ]; + }; podcasts = { enable = lib.mkDefault false; id = "yvzmx-hcomd";