add logseq to syncthing
This commit is contained in:
parent
0bf456b970
commit
d39b7a52a3
4 changed files with 17 additions and 0 deletions
nixos/components/network
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue