cluster/services/wireguard: expose meshNet in vars
This commit is contained in:
parent
f5d5c3e538
commit
12fe9620e9
1 changed files with 6 additions and 3 deletions
|
@ -12,9 +12,12 @@ let
|
|||
getExtAddr = host: host.interfaces.primary.addrPublic or host.interfaces.primary.addr;
|
||||
in
|
||||
{
|
||||
vars.mesh = {
|
||||
VEGAS = config.links.mesh-node-VEGAS.extra;
|
||||
prophet = config.links.mesh-node-prophet.extra;
|
||||
vars = {
|
||||
mesh = {
|
||||
VEGAS = config.links.mesh-node-VEGAS.extra;
|
||||
prophet = config.links.mesh-node-prophet.extra;
|
||||
};
|
||||
inherit meshNet;
|
||||
};
|
||||
links = {
|
||||
mesh-node-VEGAS = {
|
||||
|
|
Loading…
Reference in a new issue