update opencode config, secrets, tailscale, and agents input

- opencode: remove deprecated google_auth, add git_master config,
  experimental truncation, use glm-4.6v for multimodal-looker,
  upgrade categories to glm-5, remove opencode-memory plugin
- m3-atlas: add ref/exa/outline/basecamp secret declarations
- m3-kratos: enable tailscale with ssh and reset flags
- agents: switch back to remote git input
This commit is contained in:
m3tm3re
2026-02-17 08:54:13 +01:00
parent 87baf2377f
commit 8ead26a791
5 changed files with 58 additions and 29 deletions

View File

@@ -1,12 +1,13 @@
{config, ...}: {
services.tailscale = {
enable = false;
enable = true;
authKeyFile = config.age.secrets.tailscale-key.path;
useRoutingFeatures = "both";
extraUpFlags = [
"--login-server=https://va.m3tam3re.com"
"--accept-routes"
"--exit-node-allow-lan-access"
"--ssh"
"--reset"
];
};
}