Fix syncthing

This commit is contained in:
Invariantspace 2024-12-10 07:09:35 +00:00
parent c4ae3e6495
commit 3e1aa6421f

View file

@ -4,16 +4,16 @@
settings.folders = {
game-data = {
devices = ["protostar"];
path = "~/Game/data";
path = "~//data";
type = "sendonly";
};
game-save = {
devices = ["protostar"];
path = "~/Game/save";
path = "~//save";
};
music = {
devices = ["nebula"];
path = "~/Music";
path = "~/";
type = "sendonly";
};
};