add logseq to syncthing

This commit is contained in:
Ingolf Wagner 2024-04-17 10:38:26 +02:00
parent 0bf456b970
commit d39b7a52a3
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
4 changed files with 17 additions and 0 deletions

View file

@ -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";

View file

@ -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";

View file

@ -14,6 +14,10 @@
folders = {
# on encrypted drive
# ------------------
logseq = {
enable = true;
path = "/syncthing/logseq";
};
art = {
enable = true;
path = "/syncthing/art";

View file

@ -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";