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