Fix NAT connectivity on Nebula
This commit is contained in:
parent
6170779bf5
commit
0816f9323d
|
@ -7,6 +7,9 @@ in {
|
|||
group = userGroup;
|
||||
};
|
||||
|
||||
# TODO: why?
|
||||
networking.firewall.allowedUDPPorts = [4242];
|
||||
|
||||
gen.nebula = {
|
||||
enable = true;
|
||||
enableLighthouse = false;
|
||||
|
|
|
@ -56,7 +56,10 @@ with lib; let
|
|||
relays = lhsInternal;
|
||||
staticHostMap = lhs;
|
||||
|
||||
settings.punchy.punch = true;
|
||||
settings.punchy = {
|
||||
punch = true;
|
||||
respond = true;
|
||||
};
|
||||
};
|
||||
|
||||
cfg = config.gen.nebula;
|
||||
|
|
Loading…
Reference in New Issue