diff --git a/systems/aarch64-linux/pi5/default.nix b/systems/aarch64-linux/pi5/default.nix index 76a0a5a..631fef4 100755 --- a/systems/aarch64-linux/pi5/default.nix +++ b/systems/aarch64-linux/pi5/default.nix @@ -124,7 +124,7 @@ in hostSecretName = "lighthouse"; stats = { enable = true; - listenAddress = "127.0.0.1"; + listenAddress = "0.0.0.0"; statsPort = 8474; }; }; @@ -136,7 +136,7 @@ in 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"; + statsListenAddress = "0.0.0.0"; statsPort = 8474; reverseProxy = { enable = true;