mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
lighthouse test
This commit is contained in:
parent
cf720ec882
commit
aade69f2a6
1 changed files with 1 additions and 2 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue