sync zettler
This commit is contained in:
parent
f3bf333947
commit
c256e1c393
3 changed files with 15 additions and 2 deletions
|
@ -38,6 +38,10 @@
|
|||
enable = true;
|
||||
path = "/home/palo/samples";
|
||||
};
|
||||
zettlr = {
|
||||
enable = true;
|
||||
path = "/home/palo/zettlr";
|
||||
};
|
||||
|
||||
# no need to be encrypted
|
||||
# -----------------------
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
# ----------------------------------------
|
||||
|
|
Loading…
Reference in a new issue