Server/syncthing: fix id of games folder

This commit is contained in:
Toast 2025-12-07 23:17:50 +01:00
parent 351bd99fdf
commit 72c8a0e7e2

View file

@ -46,7 +46,7 @@
}; };
"games" = { "games" = {
label = "Games"; label = "Games";
id = "jxuou-2yjnu"; id = "mwzph-gf2df";
devices = ["steamdeck" "server" "pc" "winmax2"]; devices = ["steamdeck" "server" "pc" "winmax2"];
path = "${config.services.syncthing.dataDir}/games"; path = "${config.services.syncthing.dataDir}/games";
}; };