Gaming/syncthing: sync project eden save files

This commit is contained in:
Toast 2024-12-24 14:46:51 +01:00
parent 3733eb8b3a
commit 135cd0642b
2 changed files with 12 additions and 0 deletions

View file

@ -38,6 +38,12 @@
devices = ["server" "pc" "winmax2" "imac"];
path = "${config.services.syncthing.dataDir}/school-things";
};
"project-eden-saves" = {
label = "Project Eden saves";
id = "xa3qx-3ax5k";
devices = ["server" "pc" "winmax2" "steamdeck"];
path = "${config.services.syncthing.dataDir}/project-eden-saves";
};
};
};
systemd.services.syncthing.serviceConfig = {