From 4cb746afc5c67f71805ffabe42ffe06b635464af Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Tue, 7 Apr 2026 22:02:52 -0500 Subject: [PATCH] hmm --- systems/aarch64-linux/pi5/default.nix | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/systems/aarch64-linux/pi5/default.nix b/systems/aarch64-linux/pi5/default.nix index 18903e9..1fe5e3f 100755 --- a/systems/aarch64-linux/pi5/default.nix +++ b/systems/aarch64-linux/pi5/default.nix @@ -114,6 +114,26 @@ in secretsPrefix = "pi5/nebula"; secretsFile = lib.snowfall.fs.get-file "secrets/pi5-secrets.yaml"; 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"; + }; }; };