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";
|
path = lib.mkDefault "/tmp/audiobooks";
|
||||||
devices = [ "chungus" "orbi" ];
|
devices = [ "chungus" "orbi" ];
|
||||||
};
|
};
|
||||||
|
logseq = {
|
||||||
|
enable = lib.mkDefault false;
|
||||||
|
path = lib.mkDefault "/tmp/logseq";
|
||||||
|
devices = [ "chungus" "cream" "cherry" ];
|
||||||
|
};
|
||||||
lectures = {
|
lectures = {
|
||||||
enable = lib.mkDefault false;
|
enable = lib.mkDefault false;
|
||||||
path = lib.mkDefault "/tmp/lectures";
|
path = lib.mkDefault "/tmp/lectures";
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
path = "/home/palo/.password-store";
|
path = "/home/palo/.password-store";
|
||||||
};
|
};
|
||||||
|
logseq = {
|
||||||
|
enable = true;
|
||||||
|
path = "/home/palo/logseq";
|
||||||
|
};
|
||||||
art = {
|
art = {
|
||||||
enable = true;
|
enable = true;
|
||||||
path = "/home/palo/art";
|
path = "/home/palo/art";
|
||||||
|
|
|
@ -14,6 +14,10 @@
|
||||||
folders = {
|
folders = {
|
||||||
# on encrypted drive
|
# on encrypted drive
|
||||||
# ------------------
|
# ------------------
|
||||||
|
logseq = {
|
||||||
|
enable = true;
|
||||||
|
path = "/syncthing/logseq";
|
||||||
|
};
|
||||||
art = {
|
art = {
|
||||||
enable = true;
|
enable = true;
|
||||||
path = "/syncthing/art";
|
path = "/syncthing/art";
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
path = "/home/palo/.password-store";
|
path = "/home/palo/.password-store";
|
||||||
};
|
};
|
||||||
|
logseq = {
|
||||||
|
enable = true;
|
||||||
|
path = "/home/palo/logseq";
|
||||||
|
};
|
||||||
#private = {
|
#private = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# path = "/home/palo/private";
|
# path = "/home/palo/private";
|
||||||
|
|
Loading…
Reference in a new issue