bugfix in mesh config autogeneration for device without igd enabled
This commit is contained in:
parent
7f00516334
commit
91fa35cb59
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue