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;
|
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
|
||||||
# -----------------------
|
# -----------------------
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -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
|
||||||
# ----------------------------------------
|
# ----------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue