This commit is contained in:
mjallen18
2026-02-13 14:27:00 -06:00
parent fe77b68446
commit 17a1307343
3 changed files with 7 additions and 5 deletions

View File

@@ -2,13 +2,14 @@
config,
lib,
namespace,
pkgs,
...
}:
with lib;
let
name = "nebula-lighthouse";
name = "nebula";
cfg = config.${namespace}.services.${name};
rootUrl = "https://lighthouse.${namespace}.dev/";
ca = config.sops.secrets."jallen-nas/nebula/ca-cert".path;
cert = config.sops.secrets."jallen-nas/nebula/nas-cert".path;
key = config.sops.secrets."jallen-nas/nebula/nas-key".path;