Enable web bridge on publisher guests
Some checks failed
deploy-cloudflare / checks (push) Successful in 1m49s
deploy-cloudflare/breadcrumb bootstrap ok
deploy-cloudflare / deploy (push) Failing after 24s
ci-gates / checks (push) Successful in 6m24s

This commit is contained in:
Conrad Kramer 2026-06-13 23:23:58 -07:00
parent 1b2f1f7258
commit a5b2943339
No known key found for this signature in database

View file

@ -12,6 +12,10 @@
control = {
enable = lib.mkDefault true;
discovery = lib.mkDefault "dht,mdns,dns";
bridgeWeb = {
enable = lib.mkDefault true;
directoryUrl = lib.mkDefault "https://every.channel";
};
};
};