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 = ''
|
||||
Canonical host domain for hyperhive subsystems that need a
|
||||
stable name (currently: `hyperhive.matrix.serverName` derives
|
||||
from this when `useSubdomain = true`). No default — subsystems
|
||||
that opt to require it assert non-null in their own config and
|
||||
fail eval with a helpful message if it's missing.
|
||||
from this, defaulting to `matrix.''${hyperhive.domain}` when
|
||||
`serverName` is null). No default — subsystems that opt to
|
||||
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