Server/syncthing: add Win Max 2 to syncthing folders

This commit is contained in:
Toast 2024-01-29 11:06:52 +01:00
parent 12c9b16a55
commit fd8053ed65

View file

@ -18,19 +18,19 @@
"school-things" = { "school-things" = {
label = "School things"; label = "School things";
id = "z6alc-nfoqr"; id = "z6alc-nfoqr";
devices = [ "steamdeck" "server" "pc"]; devices = [ "steamdeck" "server" "pc" "winmax2" ];
path = "${config.services.syncthing.dataDir}/school-things"; path = "${config.services.syncthing.dataDir}/school-things";
}; };
"steam-201810" = { "steam-201810" = {
label = "Wolfenstein The New Order Saves"; label = "Wolfenstein The New Order Saves";
id = "laxxf-t2wmy"; id = "laxxf-t2wmy";
devices = [ "steamdeck" "server" "pc" ]; devices = [ "steamdeck" "server" "pc" "winmax2" ];
path = "${config.services.syncthing.dataDir}/steam-201810"; path = "${config.services.syncthing.dataDir}/steam-201810";
}; };
"retroarch"= { "retroarch"= {
label = "RetroArch"; label = "RetroArch";
id = "jxuou-2yjnu"; id = "jxuou-2yjnu";
devices = [ "steamdeck" "server" "pc" ]; devices = [ "steamdeck" "server" "pc" "winmax2" ];
path = "${config.services.syncthing.dataDir}/retroarch"; path = "${config.services.syncthing.dataDir}/retroarch";
}; };
}; };