sync zettler

This commit is contained in:
Ingolf Wagner 2020-03-31 11:33:31 +02:00
parent f3bf333947
commit c256e1c393
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
3 changed files with 15 additions and 2 deletions

View file

@ -38,6 +38,10 @@
enable = true; enable = true;
path = "/home/palo/samples"; path = "/home/palo/samples";
}; };
zettlr = {
enable = true;
path = "/home/palo/zettlr";
};
# no need to be encrypted # no need to be encrypted
# ----------------------- # -----------------------

View file

@ -57,13 +57,17 @@
enable = true; enable = true;
path = "/home/syncthing/music-projects"; path = "/home/syncthing/music-projects";
}; };
video-material = { zettlr = {
enable = true; enable = true;
path = "/home/syncthing/video-material"; path = "/home/syncthing/zettlr";
}; };
# on media hard drive (not encrypted) # on media hard drive (not encrypted)
# ----------------------------------- # -----------------------------------
video-material = {
enable = true;
path = "/home/syncthing/video-material";
};
music-library-free = { music-library-free = {
enable = true; enable = true;
path = "/media/syncthing/music-library-free"; path = "/media/syncthing/music-library-free";

View file

@ -76,6 +76,11 @@ with lib; {
watch = false; watch = false;
devices = [ "workout" "workhorse" "pepe" "sterni" ]; 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 # no need to be stored on encrypted drives
# ---------------------------------------- # ----------------------------------------