Speed up station guide startup
This commit is contained in:
parent
cfc4902016
commit
797f96e7eb
8 changed files with 531 additions and 52 deletions
|
|
@ -48,7 +48,7 @@ in
|
|||
|
||||
relayUrl = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "https://cdn.moq.dev/anon";
|
||||
default = "https://relay.every.channel/anon";
|
||||
description = "MoQ relay URL for ec-node wt-publish.";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
networking.hostName = lib.mkForce "ec-publisher";
|
||||
|
||||
services.every-channel.ec-node = {
|
||||
relayUrl = lib.mkDefault "https://cdn.moq.dev/anon";
|
||||
relayUrl = lib.mkDefault "https://relay.every.channel/anon";
|
||||
passthrough = lib.mkDefault false;
|
||||
|
||||
hdhomerun.autoDiscover = lib.mkDefault true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue