mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -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";
|
path = "/home/${user}/.config/ppsspp/PSP/PPSSPP_STATE";
|
||||||
devices = [ "kestrel" ];
|
devices = [ "kestrel" ];
|
||||||
};
|
};
|
||||||
|
"Roms Saves" = {
|
||||||
|
path = "/home/${user}/media/roms/saves";
|
||||||
|
devices = [ "kestrel" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -45,6 +45,10 @@
|
|||||||
path = "/home/${user}/sync";
|
path = "/home/${user}/sync";
|
||||||
devices = [ "shivan" ];
|
devices = [ "shivan" ];
|
||||||
};
|
};
|
||||||
|
"Rom Saves" = {
|
||||||
|
path = "/home/${user}/media/roms/saves";
|
||||||
|
devices = [ "bulwark" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user