Commit 2907e1349f89

Vincent Demeester <vincent@sbr.pm>
2026-02-16 17:12:18
fix: use correct Vertex AI project for opencode-web
Changed from cloudability-it-gemini to itpc-gcp-pnd-pe-eng-claude, matching the project used by pir and cr scripts.
1 parent cc0f145
Changed files (1)
systems
okinawa
systems/okinawa/extra.nix
@@ -150,7 +150,7 @@
             # Vertex AI (Claude on Google Cloud)
             google-vertex = {
               options = {
-                project = "cloudability-it-gemini";
+                project = "itpc-gcp-pnd-pe-eng-claude";
                 location = "us-east5";
               };
             };
@@ -193,7 +193,7 @@
         OPENCODE_SERVER_USERNAME = "opencode";
         # Config file location
         XDG_CONFIG_HOME = "/run/opencode/config";
-        GOOGLE_VERTEX_PROJECT = "cloudability-it-gemini";
+        GOOGLE_VERTEX_PROJECT = "itpc-gcp-pnd-pe-eng-claude";
         GOOGLE_VERTEX_LOCATION = "us-east5";
       };