2024-08-14 11:14:20 -07:00
|
|
|
{...}: {
|
2024-03-03 00:11:51 -08:00
|
|
|
services.syncthing = {
|
2024-03-02 15:10:23 -08:00
|
|
|
enable = true;
|
2024-03-03 15:04:24 -08:00
|
|
|
settings.folders = {
|
|
|
|
|
game-data = {
|
2024-08-14 11:14:20 -07:00
|
|
|
devices = ["blitzar"];
|
2024-03-03 15:04:24 -08:00
|
|
|
path = "~/Game/data";
|
|
|
|
|
type = "receiveonly";
|
|
|
|
|
};
|
|
|
|
|
game-save = {
|
2024-08-14 11:14:20 -07:00
|
|
|
devices = ["blitzar"];
|
2024-03-03 15:04:24 -08:00
|
|
|
path = "~/Game/save";
|
|
|
|
|
};
|
|
|
|
|
};
|
2024-03-02 15:10:23 -08:00
|
|
|
};
|
|
|
|
|
}
|