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