Gaming/retroarch: temporarely disable syncthing folder
This commit is contained in:
parent
7c463d4852
commit
813993250a
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ in
|
|||
};
|
||||
# Add a syncthing ignore file to the retroarch folder
|
||||
xdg.configFile."retroarch-stignore" = {
|
||||
enable = false;
|
||||
target = "retroarch/.stignore";
|
||||
text = ''
|
||||
!saves
|
||||
|
|
@ -65,6 +66,7 @@ in
|
|||
# Sync saves and some other stuff
|
||||
services.syncthing.settings.folders = {
|
||||
"retroarch" = {
|
||||
enable = false;
|
||||
label = "RetroArch";
|
||||
id = "jxuou-2yjnu";
|
||||
devices = [ "steamdeck" "pc" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue