From c256e1c393531be30b11a9fc2c551ea78b3f05d8 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Tue, 31 Mar 2020 11:33:31 +0200 Subject: [PATCH] sync zettler --- configs/sterni/syncthing.nix | 4 ++++ configs/workhorse/syncthing.nix | 8 ++++++-- system/all/syncthing.nix | 5 +++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/configs/sterni/syncthing.nix b/configs/sterni/syncthing.nix index f0e7508..80e2a4d 100644 --- a/configs/sterni/syncthing.nix +++ b/configs/sterni/syncthing.nix @@ -38,6 +38,10 @@ enable = true; path = "/home/palo/samples"; }; + zettlr = { + enable = true; + path = "/home/palo/zettlr"; + }; # no need to be encrypted # ----------------------- diff --git a/configs/workhorse/syncthing.nix b/configs/workhorse/syncthing.nix index d03eabd..e62836b 100644 --- a/configs/workhorse/syncthing.nix +++ b/configs/workhorse/syncthing.nix @@ -57,13 +57,17 @@ enable = true; path = "/home/syncthing/music-projects"; }; - video-material = { + zettlr = { enable = true; - path = "/home/syncthing/video-material"; + path = "/home/syncthing/zettlr"; }; # on media hard drive (not encrypted) # ----------------------------------- + video-material = { + enable = true; + path = "/home/syncthing/video-material"; + }; music-library-free = { enable = true; path = "/media/syncthing/music-library-free"; diff --git a/system/all/syncthing.nix b/system/all/syncthing.nix index 4ef8ad7..962684d 100644 --- a/system/all/syncthing.nix +++ b/system/all/syncthing.nix @@ -76,6 +76,11 @@ with lib; { watch = false; devices = [ "workout" "workhorse" "pepe" "sterni" ]; }; + zettlr = { + enable = lib.mkDefault false; + watch = true; + devices = [ "workout" "workhorse" "pepe" "sterni" ]; + }; # no need to be stored on encrypted drives # ----------------------------------------