turned off Ipv6
This commit is contained in:
parent
9fe39f860e
commit
f225e25853
@ -11,5 +11,9 @@ let
|
|||||||
|
|
||||||
services.nginx.defaultSSLListenPort = 9443;
|
services.nginx.defaultSSLListenPort = 9443;
|
||||||
services.nginx.defaultHTTPListenPort = 9080;
|
services.nginx.defaultHTTPListenPort = 9080;
|
||||||
|
|
||||||
|
|
||||||
|
services.epmd.listenStream = "127.0.0.7:4369";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user