wt: use cdn relay defaults and native setup before overrides

This commit is contained in:
every.channel 2026-02-21 01:34:51 -08:00
parent 0c76f33333
commit 5bce56ee79
No known key found for this signature in database
5 changed files with 20 additions and 10 deletions

View file

@ -48,7 +48,7 @@ in
relayUrl = lib.mkOption {
type = lib.types.str;
default = "https://interop-relay.cloudflare.mediaoverquic.com/";
default = "https://cdn.moq.dev/anon";
description = "MoQ relay URL for ec-node wt-publish.";
};