Extract vpn exit node config to module

This commit is contained in:
Fabian Hauser 2024-12-11 13:11:42 +02:00
parent aaebb4bc19
commit 3f2d427c65
7 changed files with 57 additions and 39 deletions

View file

@ -56,6 +56,7 @@ in
);
networking.firewall.checkReversePath = "loose";
networking.firewall.allowedTCPPorts = [ config.services.headscale.port ];
networking.firewall.allowedUDPPorts = [
41641
];