mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44: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,
|
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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue