Nebula: Remove relays for now
This commit is contained in:
parent
0816f9323d
commit
047705b0be
|
@ -41,7 +41,6 @@ with lib; let
|
||||||
|
|
||||||
baseServer = {
|
baseServer = {
|
||||||
isLighthouse = true;
|
isLighthouse = true;
|
||||||
isRelay = true;
|
|
||||||
|
|
||||||
listen = {
|
listen = {
|
||||||
host = "0.0.0.0";
|
host = "0.0.0.0";
|
||||||
|
@ -53,7 +52,6 @@ with lib; let
|
||||||
lhsInternal = attrNames lhs;
|
lhsInternal = attrNames lhs;
|
||||||
in {
|
in {
|
||||||
lighthouses = lhsInternal;
|
lighthouses = lhsInternal;
|
||||||
relays = lhsInternal;
|
|
||||||
staticHostMap = lhs;
|
staticHostMap = lhs;
|
||||||
|
|
||||||
settings.punchy = {
|
settings.punchy = {
|
||||||
|
|
Loading…
Reference in New Issue