rpi4: vpn network configuration

This commit is contained in:
NullBite 2024-06-23 03:32:11 -04:00
parent 76a305d608
commit ab87558c0a
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -42,6 +42,12 @@
autostart = true;
};
networking.firewall.trustedInterfaces = [
"wg0"
"tailscale0"
];
networking.firewall.allowedUDPPorts = [ 51820 ];
services.openssh = {
enable = true;
openFirewall = true;