From b0e35687ae443e492f8f95bc33f05f25702e64b0 Mon Sep 17 00:00:00 2001 From: lexis Date: Fri, 29 May 2026 01:36:12 +0200 Subject: [PATCH] nix: fix stale useSubdomain reference in hyperhive.domain description --- nix/modules/hive-c0re.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nix/modules/hive-c0re.nix b/nix/modules/hive-c0re.nix index 11a51173..276f7983 100644 --- a/nix/modules/hive-c0re.nix +++ b/nix/modules/hive-c0re.nix @@ -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. ''; };