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 = { settings.folders = {
game-data = { game-data = {
devices = ["protostar"]; devices = ["protostar"];
path = "~/Game/data"; path = "~//data";
type = "sendonly"; type = "sendonly";
}; };
game-save = { game-save = {
devices = ["protostar"]; devices = ["protostar"];
path = "~/Game/save"; path = "~//save";
}; };
music = { music = {
devices = ["nebula"]; devices = ["nebula"];
path = "~/Music"; path = "~/";
type = "sendonly"; type = "sendonly";
}; };
}; };