mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 03:07:32 -08:00
add rom saves to syncthing
This commit is contained in:
parent
65404d72b0
commit
f5504dfe30
@ -38,6 +38,10 @@
|
||||
path = "/home/${user}/.config/ppsspp/PSP/PPSSPP_STATE";
|
||||
devices = [ "kestrel" ];
|
||||
};
|
||||
"Roms Saves" = {
|
||||
path = "/home/${user}/media/roms/saves";
|
||||
devices = [ "kestrel" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -45,6 +45,10 @@
|
||||
path = "/home/${user}/sync";
|
||||
devices = [ "shivan" ];
|
||||
};
|
||||
"Rom Saves" = {
|
||||
path = "/home/${user}/media/roms/saves";
|
||||
devices = [ "bulwark" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user