nix: fix stale useSubdomain reference in hyperhive.domain description
This commit is contained in:
parent
9ed58ab96d
commit
b0e35687ae
1 changed files with 4 additions and 3 deletions
|
|
@ -38,9 +38,10 @@ in
|
||||||
description = ''
|
description = ''
|
||||||
Canonical host domain for hyperhive subsystems that need a
|
Canonical host domain for hyperhive subsystems that need a
|
||||||
stable name (currently: `hyperhive.matrix.serverName` derives
|
stable name (currently: `hyperhive.matrix.serverName` derives
|
||||||
from this when `useSubdomain = true`). No default — subsystems
|
from this, defaulting to `matrix.''${hyperhive.domain}` when
|
||||||
that opt to require it assert non-null in their own config and
|
`serverName` is null). No default — subsystems that opt to
|
||||||
fail eval with a helpful message if it's missing.
|
require it assert non-null in their own config and fail eval
|
||||||
|
with a helpful message if it's missing.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue