fix(yolo): drop removed services.maestro.web.enable
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user