m3ta-chiron
23b4e825b1
m3ta-home update
2026-05-29 17:38:20 +02:00
m3ta-chiron
95aaddd8c0
fix: enable Hermes voice STT dependencies
2026-05-23 10:32:11 +02:00
m3ta-chiron
2c8d4da6ff
Set Hermes default model to GPT 5.5
2026-05-23 09:19:38 +02:00
m3ta-chiron
b49d5c4f72
Optimize Hermes Nix service configuration
2026-05-23 08:55:05 +02:00
m3ta-chiron
1bd78b5de8
Fix Hermes Matrix deps for v2026.5.16
2026-05-23 08:06:01 +02:00
m3tam3re
af08084692
chore: fix git identity for m3-hermes
2026-05-11 19:27:11 +02:00
m3tam3re
4f9944101f
chore: optimize hermes
2026-05-11 19:01:17 +02:00
m3ta-chiron
fc39e05beb
feat: Hermes Dashboard via m3-atlas Traefik with TLS + Netbird-only access
...
m3-hermes:
- Add --insecure flag (required for 0.0.0.0 bind, safe behind Netbird firewall)
- Update comments to document the Traefik proxy flow
m3-atlas Traefik:
- New service: hermes-dashboard → http://100.81.231.152:9119 (Netbird)
- New router: dash.m3ta.dev with GoDaddy TLS cert
- New middleware: netbird-only (IP whitelist 100.64.0.0/16)
Flow: Browser → dash.m3ta.dev (TLS) → Traefik → Netbird → m3-hermes:9119
2026-05-11 15:53:04 +02:00
m3tam3re
e6f184f24a
chore: hermes dashboard over netbird
2026-05-11 11:36:49 +02:00
m3ta-chiron
20bd28d567
feat(m3-hermes): add Hermes Dashboard as systemd service with Netbird-only firewall
...
- New hermes-dashboard.service: runs 'hermes dashboard' on 0.0.0.0:9119
- Firewall restricts port 9119 to Netbird mesh VPN range (100.64.0.0/16)
- Runs as hermes user with NoNewPrivileges + ProtectSystem hardening
- Depends on hermes-agent.service (starts after gateway)
- Added placeholder hermes-api-server-key.age (needs real encryption on host)
2026-05-11 11:19:21 +02:00
m3ta-chiron
c6df5d3836
feat(m3-hermes): add Netbird mesh VPN + enable API server for Hermes Desktop
2026-05-10 11:46:21 +02:00
m3ta-chiron
ee94ebf660
feat(m3-hermes): enable kanban board + update for v0.13.0
...
- Add kanban config block with gateway-embedded dispatcher
(dispatch_in_gateway=true, 60s interval)
- Update venvSitePackages path from python3.11 to python3.12
(v0.13.0 upgraded Python runtime)
- Update checkpoints section comment for v2
2026-05-09 10:29:22 +02:00
m3tam3re
6128d0ae61
chore: udate m3-atlas
2026-05-09 10:17:14 +02:00
m3tam3re
22f15abd34
chore: flake update
2026-05-09 09:58:33 +02:00
m3ta-chiron
2403e54039
feat: enable orchestrator + switch TTS to Edge (Seraphina voice)
...
- Enable delegation.orchestrator_enabled with max_spawn_depth=2
- Switch TTS from ElevenLabs (paid) to Edge TTS (free)
- Voice: de-DE-SeraphinaMultilingualNeural — friendly, multilingual German female
- No API key required
2026-05-01 16:06:49 +02:00
m3ta-chiron
a615ab61e8
fix: add uv to hermes-agent service PATH
...
Add pkgs.uv to systemd.services.hermes-agent.path so that CronJobs
and terminal sessions can execute PEP 723 scripts via 'uv run'
(e.g. garmin-daily.py for Garmin Connect health data).
Also adds uv to environment.systemPackages for general availability.
2026-04-29 16:18:41 +02:00
m3tm3re
936eb13794
feat: add global skills to hermes environment
2026-04-26 15:14:54 +02:00
m3tm3re
5b0e6cbd5d
feat(hermes-agent): add copy-hermes-skills systemd service
2026-04-26 14:37:43 +02:00
m3tm3re
25ac47a422
feat(hermes-agent): add mkOpencodeSkills integration for skills provisioning
...
- Add inputs parameter to module signature for flake input access
- Define hermesSkills via inputs.agents.lib.mkOpencodeSkills
- Includes customSkills from agents flake and external skills:
- skills-basecamp (basecamp/basecamp-cli)
- skills-anthropic (anthropics/skills)
- skills-kestra (kestra-io/agent-skills)
- Verified with nixos-rebuild dry-run --flake .#m3-hermes (no errors)
2026-04-26 14:35:06 +02:00
m3tm3re
eb06533174
Merge feature/home-profile-restructuring: home-manager profile refactoring
...
Refactor home-manager configuration structure:
- Reorganize from features/ to base/coding/desktop/server/profiles/
- Add language runtime modules (go, js, python, rust, typescript)
- Add LSP server configuration
- Add gaming and media profiles
- Add shell modules (fish, nushell, starship)
- Consolidate editor and git configuration
2026-04-26 13:53:00 +02:00
m3tm3re
d59a6b82b6
chore: remove features.old archive and format all files
...
- Delete home/features.old/ (archived old flat feature modules)
- All content migrated to new profile-based structure
- Run alejandra formatter over 13 changed files
- nix flake check passes cleanly
2026-04-26 11:29:49 +02:00
m3tm3re
06b430e067
fix: code review fixes
...
- Fix hardcoded user path in webapps.nix (use homeDirectory)
- Normalize wallpapers option to use .enable suffix
- Remove duplicate FZF keybind declaration
- Update comments to match actual implementation
2026-04-26 10:48:52 +02:00
m3tm3re
382b4c8c98
chore: hermes update
2026-04-21 19:00:49 +02:00
m3tm3re
7e0d60c95b
feat: pi-agent wrapper
2026-04-14 18:36:55 +02:00
m3tam3re
fa608ae399
Merge pull request 'fix(hermes): inject matrix-nio via PYTHONPATH in container' ( #2 ) from fix/matrix-nio-pythonpath into master
...
Reviewed-on: #2
2026-04-13 17:00:10 +02:00
m3tm3re
7bf686481c
feat: config with agents rework
2026-04-13 16:44:18 +02:00
Chiron Agent
3868f69958
fix(hermes): inject matrix-nio via PYTHONPATH in container
...
matrix-nio is installed in the container's writable venv layer
(~/.venv) but the hermes process uses the read-only Nix store Python.
This adds PYTHONPATH and LD_LIBRARY_PATH as container-level env vars
so matrix-nio + libolm (e2e encryption) are importable.
2026-04-11 05:17:51 +00:00
m3tm3re
ab3332e45b
feat: hermes agent for m3-ares
2026-04-09 19:56:19 +02:00
m3tm3re
6a58b3656a
flake update + hermes workaround for upstream bug
2026-04-08 17:48:27 +02:00
sascha.koenig
6853bb3063
+m3-hermes
2026-04-07 06:19:05 +02:00
m3tam3re
b66553888b
beginning of bigger restructure, m3ta-nixpkgs input
2025-10-03 14:55:24 +02:00
Sascha Koenig
a11ee7ee02
+m3-daedalus
2025-06-24 20:13:48 +02:00
Sascha Koenig
8c9860674b
hyprland stream-boxes
2025-05-21 14:24:30 +02:00
Sascha Koenig
22cbc7c5a2
flake update
2025-05-19 17:27:39 +02:00
Sascha Koenig
68ecbd3bf1
+builder for proxmox nixos-template
2025-05-19 12:53:05 +02:00