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