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