lighthouse test

This commit is contained in:
TheWanderingCrow 2025-02-07 10:15:04 -05:00
parent cf720ec882
commit aade69f2a6

View file

@ -2,7 +2,6 @@
lib,
inputs,
config,
pkgs,
...
}:
lib.mkIf config.user.lighthouse.enable {
@ -15,9 +14,9 @@ lib.mkIf config.user.lighthouse.enable {
sops.secrets.key = {};
services.nebula.networks.WCE = {
inherit (inputs.nix-secrets.nebula) ca;
enable = true;
isLighthouse = true;
ca = inputs.nix-secrets.nebula.ca;
cert = config.sops.secrets.cert.path;
key = config.sops.secrets.key.path;
settings = {