Add internal VPN interface to trusted interfaces

master
Sven Slootweg 6 years ago
parent ba576f94b3
commit 3f7be3fe1e

@ -36,11 +36,15 @@ networkConfiguration:
prefixLength = 24; prefixLength = 24;
}]; }];
networking.firewall.allowedTCPPorts = [ networking.firewall = {
allowedTCPPorts = [
655 655
]; ];
allowedUDPPorts = [
networking.firewall.allowedUDPPorts = [
655 655
]; ];
trustedInterfaces = [
"tinc.cryto"
];
};
} }

Loading…
Cancel
Save