chore: update functor.wrapped -> nestedTypes.elemType
This commit is contained in:
parent
6841242d5f
commit
558954ebb2
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ in {
|
||||||
(n:
|
(n:
|
||||||
filter (x: !types.isLazyValue x)
|
filter (x: !types.isLazyValue x)
|
||||||
(concatLists
|
(concatLists
|
||||||
(nodes.${n}.options.wireguard.type.functor.wrapped.getSubOptions (wgCfgOf n)).addresses.definitions))
|
(nodes.${n}.options.wireguard.type.nestedTypes.elemType.getSubOptions (wgCfgOf n)).addresses.definitions))
|
||||||
++ flatten (concatMap (n: attrValues (wgCfgOf n).server.externalPeers) participatingNodes);
|
++ flatten (concatMap (n: attrValues (wgCfgOf n).server.externalPeers) participatingNodes);
|
||||||
|
|
||||||
# The cidrv4 and cidrv6 of the network spanned by all participating peer addresses.
|
# The cidrv4 and cidrv6 of the network spanned by all participating peer addresses.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue