pi5
This commit is contained in:
@@ -10,9 +10,9 @@ let
|
||||
name = "nebula-lighthouse";
|
||||
cfg = config.${namespace}.services.${name};
|
||||
rootUrl = "https://lighthouse.${namespace}.dev/";
|
||||
ca = config.sops.secrets."pi4/nebula/ca-cert".path;
|
||||
cert = config.sops.secrets."pi4/nebula/lighthouse-cert".path;
|
||||
key = config.sops.secrets."pi4/nebula/lighthouse-key".path;
|
||||
ca = config.sops.secrets."pi5/nebula/ca-cert".path;
|
||||
cert = config.sops.secrets."pi5/nebula/lighthouse-cert".path;
|
||||
key = config.sops.secrets."pi5/nebula/lighthouse-key".path;
|
||||
|
||||
nebulaConfig = lib.${namespace}.mkModule {
|
||||
inherit config name;
|
||||
|
||||
Reference in New Issue
Block a user