Add hermes

This commit is contained in:
muon 2026-06-01 14:15:44 +00:00
parent 28bb03187d
commit 609b3384c0
9 changed files with 526 additions and 6 deletions

View file

@ -64,6 +64,11 @@ in {
# port defaults to 8317
# Run `auth2api --login` once after deploying to authorise your Claude account.
mods.server.hermes.enable = true;
# model defaults to claude-sonnet-4-6 (auth2api alias) via local proxy
# container defaults to true (Docker backend) — Docker already enabled above
# Run `hermes version` after deploying to confirm the CLI is on PATH.
mods.server.sync.enable = true;
mods.tailscale.enable = true;
mods.openvpn.enable = false;