add logseq to syncthing

feature/clan.lol
Ingolf Wagner 2024-04-17 10:38:26 +02:00
parent 0bf456b970
commit d39b7a52a3
Signed by: palo
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";