Server/syncthing: add retroarch folder

This commit is contained in:
Toast 2024-01-03 20:11:23 +01:00
parent 69afd4bdab
commit faad6bbe42
2 changed files with 7 additions and 1 deletions

View file

@ -81,7 +81,7 @@ in
"retroarch" = { "retroarch" = {
label = "RetroArch"; label = "RetroArch";
id = "jxuou-2yjnu"; id = "jxuou-2yjnu";
devices = [ "steamdeck" "pc" ]; devices = [ "steamdeck" "server" "pc" ];
path = "~/.local/share/retroarch"; path = "~/.local/share/retroarch";
}; };
}; };

View file

@ -27,6 +27,12 @@
devices = [ "steamdeck" "server" "pc" ]; devices = [ "steamdeck" "server" "pc" ];
path = "${config.services.syncthing.dataDir}/steam-201810"; path = "${config.services.syncthing.dataDir}/steam-201810";
}; };
"retroarch"= {
label = "RetroArch";
id = "jxuou-2yjnu";
devices = [ "steamdeck" "server" "pc" ];
path = "${config.services.syncthing.dataDir}/retroarch";
};
}; };
}; };
systemd.services.syncthing.serviceConfig = { systemd.services.syncthing.serviceConfig = {