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
|
|
@ -17,6 +17,12 @@
|
|||
devices = ["steamdeck" "server" "pc" "winmax2"];
|
||||
path = "~/.local/share/Steam/steamapps/common/Hatsune Miku Project DIVA Mega Mix Plus/mods/";
|
||||
};
|
||||
"project-eden-saves" = {
|
||||
label = "Project Eden saves";
|
||||
id = "xa3qx-3ax5k";
|
||||
devices = ["server" "pc" "winmax2" "steamdeck"];
|
||||
path = "~/.local/share/Steam/steamapps/compatdata/1761390/pfx/drive_c/users/steamuser/AppData/Roaming/EDEN/";
|
||||
};
|
||||
};
|
||||
home-manager.users.toast.home.file."steam-201810-ignore" = {
|
||||
target = ".local/share/Steam/steamapps/compatdata/201810/pfx/drive_c/users/steamuser/Saved Games/MachineGames/Wolfenstein The New Order/.stignore";
|
||||
|
|
|
|||
|
|
@ -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