Phase 7b: broker broadcast + dashboard SSE message-flow tail; pkgs.git in module

This commit is contained in:
müde 2026-05-15 00:13:34 +02:00
parent 46ff9c7aee
commit 9133d9e1a3
5 changed files with 133 additions and 6 deletions

View file

@ -34,7 +34,10 @@ in
};
config = lib.mkIf cfg.enable {
environment.systemPackages = [ cfg.package ];
environment.systemPackages = [
cfg.package
pkgs.git
];
# Dashboard + per-container web UIs share the host's network namespace and
# need their ports reachable. Dashboard: `cfg.dashboardPort` (default 7000).