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

@ -27,6 +27,12 @@
devices = [ "steamdeck" "server" "pc" ];
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 = {