Gaming/retroarch: temporarely disable syncthing folder

This commit is contained in:
Toast 2024-01-03 15:02:32 +01:00
parent 7c463d4852
commit 813993250a

View file

@ -49,6 +49,7 @@ in
}; };
# Add a syncthing ignore file to the retroarch folder # Add a syncthing ignore file to the retroarch folder
xdg.configFile."retroarch-stignore" = { xdg.configFile."retroarch-stignore" = {
enable = false;
target = "retroarch/.stignore"; target = "retroarch/.stignore";
text = '' text = ''
!saves !saves
@ -65,6 +66,7 @@ in
# Sync saves and some other stuff # Sync saves and some other stuff
services.syncthing.settings.folders = { services.syncthing.settings.folders = {
"retroarch" = { "retroarch" = {
enable = false;
label = "RetroArch"; label = "RetroArch";
id = "jxuou-2yjnu"; id = "jxuou-2yjnu";
devices = [ "steamdeck" "pc" ]; devices = [ "steamdeck" "pc" ];