feat(maestro): run the daemon and web UI on yolo
Adds the maestro flake as an input and imports its Home Manager module. yolo enables both user services; web binds 0.0.0.0:8081 because aoe-web already holds 8080 on this host. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -70,6 +70,10 @@
|
||||
sem.url = "github:Ataraxy-Labs/sem";
|
||||
# Claude Code + Codex skills, commands, hooks and CLAUDE.md fragments.
|
||||
agent-skills.url = "git+https://git.naps.pt/yolo/agent-skills.git";
|
||||
# Terminal-session orchestrator. Pins its own nixpkgs for the same reason
|
||||
# ethui and agent-of-empires do — it is a verified Rust build.
|
||||
# TODO: drop ?ref=nix once that branch lands on main.
|
||||
maestro.url = "git+https://git.naps.pt/naps62/maestro.git?ref=nix";
|
||||
nix-index-database = {
|
||||
url = "github:nix-community/nix-index-database";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
Reference in New Issue
Block a user