1
1
Fork 1
mirror of https://github.com/oddlama/nixos-extra-modules.git synced 2025-10-10 22:00:39 +02:00

chore: update functor.wrapped -> nestedTypes.elemType

This commit is contained in:
oddlama 2024-12-16 21:03:34 +01:00
parent 6841242d5f
commit 558954ebb2
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -112,7 +112,7 @@ in {
(n:
filter (x: !types.isLazyValue x)
(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);
# The cidrv4 and cidrv6 of the network spanned by all participating peer addresses.