nix: remove --ssh flag from tailscale (use normal key auth, not tailscale ACL)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
autonomic-bot
2026-05-31 03:02:04 +00:00
parent 73b65af6d6
commit e89f384c24

View File

@ -34,7 +34,7 @@
services.tailscale = {
enable = true;
authKeyFile = "/etc/ts-auth-key";
extraUpFlags = [ "--hostname=cc-ci-orchestrator" "--ssh" ];
extraUpFlags = [ "--hostname=cc-ci-orchestrator" ];
};
# 4 GB disk swap — claude session memory safety net (2 GB RAM is tight for 3+ sessions).