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
|
# 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" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue