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