add rom saves to syncthing

This commit is contained in:
Tyler Starr 2024-10-22 19:23:57 -07:00
parent 65404d72b0
commit f5504dfe30
2 changed files with 8 additions and 0 deletions

View File

@ -38,6 +38,10 @@
path = "/home/${user}/.config/ppsspp/PSP/PPSSPP_STATE";
devices = [ "kestrel" ];
};
"Roms Saves" = {
path = "/home/${user}/media/roms/saves";
devices = [ "kestrel" ];
};
};
};
}

View File

@ -45,6 +45,10 @@
path = "/home/${user}/sync";
devices = [ "shivan" ];
};
"Rom Saves" = {
path = "/home/${user}/media/roms/saves";
devices = [ "bulwark" ];
};
};
};
}