Fix NAT connectivity on Nebula

This commit is contained in:
minish 2024-12-15 20:15:59 -05:00
parent 6170779bf5
commit 0816f9323d
Signed by: min
SSH Key Fingerprint: SHA256:NFjjdbkd6u7aoMlcrDCVvz6o2UBtlAuPm8IQ2vhZ3Fg
2 changed files with 7 additions and 1 deletions

View File

@ -7,6 +7,9 @@ in {
group = userGroup;
};
# TODO: why?
networking.firewall.allowedUDPPorts = [4242];
gen.nebula = {
enable = true;
enableLighthouse = false;

View File

@ -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;