add logseq to syncthing
This commit is contained in:
parent
0bf456b970
commit
d39b7a52a3
4 changed files with 17 additions and 0 deletions
|
@ -54,6 +54,11 @@ with lib; {
|
|||
path = lib.mkDefault "/tmp/audiobooks";
|
||||
devices = [ "chungus" "orbi" ];
|
||||
};
|
||||
logseq = {
|
||||
enable = lib.mkDefault false;
|
||||
path = lib.mkDefault "/tmp/logseq";
|
||||
devices = [ "chungus" "cream" "cherry" ];
|
||||
};
|
||||
lectures = {
|
||||
enable = lib.mkDefault false;
|
||||
path = lib.mkDefault "/tmp/lectures";
|
||||
|
|
|
@ -20,6 +20,10 @@
|
|||
enable = true;
|
||||
path = "/home/palo/.password-store";
|
||||
};
|
||||
logseq = {
|
||||
enable = true;
|
||||
path = "/home/palo/logseq";
|
||||
};
|
||||
art = {
|
||||
enable = true;
|
||||
path = "/home/palo/art";
|
||||
|
|
|
@ -14,6 +14,10 @@
|
|||
folders = {
|
||||
# on encrypted drive
|
||||
# ------------------
|
||||
logseq = {
|
||||
enable = true;
|
||||
path = "/syncthing/logseq";
|
||||
};
|
||||
art = {
|
||||
enable = true;
|
||||
path = "/syncthing/art";
|
||||
|
|
|
@ -20,6 +20,10 @@
|
|||
enable = true;
|
||||
path = "/home/palo/.password-store";
|
||||
};
|
||||
logseq = {
|
||||
enable = true;
|
||||
path = "/home/palo/logseq";
|
||||
};
|
||||
#private = {
|
||||
# enable = true;
|
||||
# path = "/home/palo/private";
|
||||
|
|
Loading…
Reference in a new issue