fix(yolo): drop removed services.maestro.web.enable
CI / lint (push) Successful in 31s
CI / eval (push) Failing after 33s

maestro's daemon serves the browser UI on daemon.bind_addr; the option is now
a mkRemovedOptionModule, so every flake bump failed to build. config.toml moves
the daemon to 0.0.0.0:7070 and Traefik's maestro router now points there.
This commit is contained in:
Miguel Palhas
2026-09-02 19:31:38 +01:00
parent 2df744b244
commit 914753fb55
+2 -4
View File
@@ -30,10 +30,8 @@ in
#
# settings stays empty on purpose: ~/.config/maestro/config.toml is a
# hand-edited plain file, not nix-generated (module skips it iff `{}`).
services.maestro = {
enable = true;
web.enable = true;
};
# There is no `web.enable`: the daemon serves the UI on `daemon.bind_addr`.
services.maestro.enable = true;
# Everything under ~, three levels deep — the worktrees live at
# ~/<area>/<repo>/worktrees/<name>. sem gives entity-level diffs; without it