hmm
This commit is contained in:
@@ -114,6 +114,26 @@ in
|
|||||||
secretsPrefix = "pi5/nebula";
|
secretsPrefix = "pi5/nebula";
|
||||||
secretsFile = lib.snowfall.fs.get-file "secrets/pi5-secrets.yaml";
|
secretsFile = lib.snowfall.fs.get-file "secrets/pi5-secrets.yaml";
|
||||||
hostSecretName = "lighthouse";
|
hostSecretName = "lighthouse";
|
||||||
|
stats = {
|
||||||
|
enable = true;
|
||||||
|
listenAddress = "127.0.0.1";
|
||||||
|
statsPort = 8474;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
nebula-ui = {
|
||||||
|
enable = true;
|
||||||
|
port = 8473;
|
||||||
|
networkName = "jallen-nebula";
|
||||||
|
caCertSecretKey = "pi5/nebula/ca-cert";
|
||||||
|
caKeySecretKey = "pi5/nebula/ca-key";
|
||||||
|
secretsFile = lib.snowfall.fs.get-file "secrets/pi5-secrets.yaml";
|
||||||
|
statsListenAddress = "127.0.0.1";
|
||||||
|
statsPort = 8474;
|
||||||
|
reverseProxy = {
|
||||||
|
enable = true;
|
||||||
|
subdomain = "nebula";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user