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

@ -1,6 +1,6 @@
{...}: { {...}: {
services.syncthing = { services.syncthing = {
enable = true; # enable = true;
settings.folders = { settings.folders = {
game-data = { game-data = {
devices = ["protostar"]; devices = ["protostar"];

View file

@ -2,7 +2,7 @@
services.syncthing = { services.syncthing = {
enable = true; enable = true;
settings.folders.music = { settings.folders.music = {
devices = ["blitzar"]; devices = ["quasar"];
path = "~/Music"; path = "~/Music";
type = "receiveonly"; type = "receiveonly";
}; };

View file

@ -3,12 +3,12 @@
enable = true; enable = true;
settings.folders = { settings.folders = {
game-data = { game-data = {
devices = ["blitzar"]; devices = ["quasar"];
path = "~/Game/data"; path = "~/Game/data";
type = "receiveonly"; type = "receiveonly";
}; };
game-save = { game-save = {
devices = ["blitzar"]; devices = ["quasar"];
path = "~/Game/save"; path = "~/Game/save";
}; };
}; };

View file

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