nix: fix stale useSubdomain reference in hyperhive.domain description

This commit is contained in:
lexis 2026-05-29 01:36:12 +02:00 committed by Mara
commit b0e35687ae

View file

@ -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.
'';
};