mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
build out mesh some
This commit is contained in:
parent
ea9f5af1d7
commit
855206cb0b
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ in {
|
|||
|
||||
services.nebula.networks.wce = lib.mkIf builtins.hasAttr "${config.hostSpec.hostName}" s.hosts {
|
||||
inherit (s) ca;
|
||||
inherit (s.hosts.${config.hostSpec.hostName}) key cert;
|
||||
inherit (s.hosts.${config.hostSpec.hostName}) key cert isLighthouse;
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue