neb
This commit is contained in:
@@ -124,7 +124,7 @@ in
|
|||||||
hostSecretName = "lighthouse";
|
hostSecretName = "lighthouse";
|
||||||
stats = {
|
stats = {
|
||||||
enable = true;
|
enable = true;
|
||||||
listenAddress = "127.0.0.1";
|
listenAddress = "0.0.0.0";
|
||||||
statsPort = 8474;
|
statsPort = 8474;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -136,7 +136,7 @@ in
|
|||||||
caCertSecretKey = "pi5/nebula/ca-cert";
|
caCertSecretKey = "pi5/nebula/ca-cert";
|
||||||
caKeySecretKey = "pi5/nebula/ca-key";
|
caKeySecretKey = "pi5/nebula/ca-key";
|
||||||
secretsFile = lib.snowfall.fs.get-file "secrets/pi5-secrets.yaml";
|
secretsFile = lib.snowfall.fs.get-file "secrets/pi5-secrets.yaml";
|
||||||
statsListenAddress = "127.0.0.1";
|
statsListenAddress = "0.0.0.0";
|
||||||
statsPort = 8474;
|
statsPort = 8474;
|
||||||
reverseProxy = {
|
reverseProxy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user