Phase 7b: broker broadcast + dashboard SSE message-flow tail; pkgs.git in module
This commit is contained in:
parent
46ff9c7aee
commit
9133d9e1a3
5 changed files with 133 additions and 6 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue