From 72c8a0e7e251effa30cef1cd76e1473f8026be76 Mon Sep 17 00:00:00 2001 From: Toast Date: Sun, 7 Dec 2025 23:17:50 +0100 Subject: [PATCH] Server/syncthing: fix id of games folder --- roles/server/syncthing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/server/syncthing.nix b/roles/server/syncthing.nix index ad7a1fc..b9eaf3d 100755 --- a/roles/server/syncthing.nix +++ b/roles/server/syncthing.nix @@ -46,7 +46,7 @@ }; "games" = { label = "Games"; - id = "jxuou-2yjnu"; + id = "mwzph-gf2df"; devices = ["steamdeck" "server" "pc" "winmax2"]; path = "${config.services.syncthing.dataDir}/games"; };