terra: finish removing Hermes Agent (module import + secrets)

Follow-up to e5ba1bf — that commit only staged the deleted module file.
Drops the flake module import, opencode_go_api_key/telegram_bot_token
secrets, and the stale hermes-agent.nix cross-reference in ollama's
context_length comment.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-19 22:49:50 +02:00
co-authored by Claude Sonnet 5
parent e5ba1bfc55
commit 713d91d5fc
3 changed files with 6 additions and 9 deletions
+1 -2
View File
@@ -33,7 +33,7 @@
};
authentik-nix.url = "github:nix-community/authentik-nix";
nix-flatpak.url = "github:gmodena/nix-flatpak";
# Hermes Agent (see services/desktop/hermes-agent.nix) — Tier 2 platform
# Hermes Agent (see hosts/jupiter/hermes-agent.nix) — Tier 2 platform
# per its own docs (best-effort Nix support, can break on any upstream
# commit), so pinned like everything else via flake.lock rather than
# followed loosely.
@@ -111,7 +111,6 @@
sops-nix.nixosModules.sops
home-manager.nixosModules.home-manager
inputs.nix-flatpak.nixosModules.nix-flatpak
inputs.hermes-agent.nixosModules.default
./hosts/terra/configuration.nix
];
};