syncthing: include default folder sync
This commit is contained in:
parent
ffbca576ff
commit
eb4e36de4f
1 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,12 @@ in
|
||||||
path = "/home/ravenshade/obsidian";
|
path = "/home/ravenshade/obsidian";
|
||||||
devices = [ "msiserver" "macbook" "s22" ];
|
devices = [ "msiserver" "macbook" "s22" ];
|
||||||
};
|
};
|
||||||
|
"sync" = {
|
||||||
|
id = "default";
|
||||||
|
label = "sync";
|
||||||
|
path = "/home/ravenshade/sync";
|
||||||
|
devices = [ "macbook" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
gui = {
|
gui = {
|
||||||
|
|
Loading…
Reference in a new issue