🔧 reconfigure logseq sync

This commit is contained in:
Ingolf Wagner 2024-10-08 22:52:25 +09:00
parent 743b196ec9
commit 6d5dbcbafc
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -103,9 +103,9 @@ with lib;
enable = lib.mkDefault false; enable = lib.mkDefault false;
path = lib.mkDefault "/tmp/logseq"; path = lib.mkDefault "/tmp/logseq";
devices = [ devices = [
"chungus"
"cream"
"cherry" "cherry"
"chungus"
"iPad"
"iPhone" "iPhone"
]; ];
}; };