mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
nebula work
This commit is contained in:
parent
5f6a1b0c2c
commit
b8eb01ba9d
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ in {
|
|||
else [];
|
||||
|
||||
services.nebula.networks.wce = lib.mkIf (builtins.hasAttr "${config.hostSpec.hostName}" s.hosts) {
|
||||
inherit (s) ca;
|
||||
inherit (s.hosts.${config.hostSpec.hostName}) key cert isLighthouse;
|
||||
inherit (s) ca lighthouses staticHostMap;
|
||||
inherit (s.hosts.${config.hostSpec.hostName}) key cert isLighthouse firewall;
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue