syncthing: include default folder sync

main
Zynh Ludwig 2024-09-15 01:43:22 -07:00
parent ffbca576ff
commit eb4e36de4f
1 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,12 @@ in
path = "/home/ravenshade/obsidian";
devices = [ "msiserver" "macbook" "s22" ];
};
"sync" = {
id = "default";
label = "sync";
path = "/home/ravenshade/sync";
devices = [ "macbook" ];
};
};
gui = {