Update syncthing

This commit is contained in:
Invariantspace 2024-12-10 06:37:28 +00:00
parent 770415d814
commit c4ae3e6495
4 changed files with 18 additions and 18 deletions

View file

@ -2,20 +2,20 @@
services.syncthing = {
enable = true;
settings.folders = {
# game-data = {
# devices = ["protostar"];
# path = "~/Game/data";
# type = "sendonly";
# };
# game-save = {
# devices = ["protostar"];
# path = "~/Game/save";
# };
# music = {
# devices = ["nebula"];
# path = "~/Music";
# type = "sendonly";
# };
game-data = {
devices = ["protostar"];
path = "~/Game/data";
type = "sendonly";
};
game-save = {
devices = ["protostar"];
path = "~/Game/save";
};
music = {
devices = ["nebula"];
path = "~/Music";
type = "sendonly";
};
};
};
}