rpi4: vpn network configuration
This commit is contained in:
parent
76a305d608
commit
ab87558c0a
@ -42,6 +42,12 @@
|
|||||||
autostart = true;
|
autostart = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall.trustedInterfaces = [
|
||||||
|
"wg0"
|
||||||
|
"tailscale0"
|
||||||
|
];
|
||||||
|
networking.firewall.allowedUDPPorts = [ 51820 ];
|
||||||
|
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user