bugfix in mesh config autogeneration for device without igd enabled

This commit is contained in:
Lyn 2025-01-14 21:43:47 +01:00
parent 7f00516334
commit 91fa35cb59

View file

@ -88,7 +88,7 @@ in {
upnp_forward_external_port = config.networking.wireguard.interfaces.wg1.listenPort;
}
]
else null;
else [];
peers = buildPeerlist "IPv6" meshnetwork.hosts ++ buildPeerlist "IPv4" meshnetwork.hosts;
};
gossipSecretFile = gossip_secret_path;