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
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" ];