manager: keepSubscriptions = true by default
This commit is contained in:
parent
1adfd604b6
commit
d58a3a3303
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,10 @@
|
||||||
{
|
{
|
||||||
imports = [ ./harness-base.nix ];
|
imports = [ ./harness-base.nix ];
|
||||||
|
|
||||||
|
# Manager keeps broad repo watch subscriptions — needs full visibility.
|
||||||
|
# Sub-agents default to false and auto-unsubscribe from firehose repos.
|
||||||
|
hyperhive.forge.keepSubscriptions = true;
|
||||||
|
|
||||||
# HIVE_PORT/HIVE_LABEL/gitconfig are also injected by the generated
|
# HIVE_PORT/HIVE_LABEL/gitconfig are also injected by the generated
|
||||||
# `applied/hm1nd/flake.nix` (see `lifecycle::setup_applied`); the values
|
# `applied/hm1nd/flake.nix` (see `lifecycle::setup_applied`); the values
|
||||||
# here are the base config so the container stays sensible if anyone
|
# here are the base config so the container stays sensible if anyone
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue