mirror of
https://codeberg.org/muon/home.git
synced 2026-07-03 23:49:35 +00:00
Add hermes
This commit is contained in:
parent
28bb03187d
commit
609b3384c0
9 changed files with 526 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue