diff --git a/provision/hosts/bulwark/syncthing.nix b/provision/hosts/bulwark/syncthing.nix index c0a7d59b..4213cf9f 100644 --- a/provision/hosts/bulwark/syncthing.nix +++ b/provision/hosts/bulwark/syncthing.nix @@ -38,6 +38,10 @@ path = "/home/${user}/.config/ppsspp/PSP/PPSSPP_STATE"; devices = [ "kestrel" ]; }; + "Roms Saves" = { + path = "/home/${user}/media/roms/saves"; + devices = [ "kestrel" ]; + }; }; }; } diff --git a/provision/hosts/kestrel/syncthing.nix b/provision/hosts/kestrel/syncthing.nix index 11cbf4d7..83d420f7 100644 --- a/provision/hosts/kestrel/syncthing.nix +++ b/provision/hosts/kestrel/syncthing.nix @@ -45,6 +45,10 @@ path = "/home/${user}/sync"; devices = [ "shivan" ]; }; + "Rom Saves" = { + path = "/home/${user}/media/roms/saves"; + devices = [ "bulwark" ]; + }; }; }; }