Gaming/syncthing: sync project eden save files
This commit is contained in:
parent
3733eb8b3a
commit
135cd0642b
2 changed files with 12 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue