Cleanup more networking

This commit is contained in:
Dave Gallant
2021-05-05 22:46:37 -04:00
parent 1d375c8711
commit 4e8c0ac373
3 changed files with 15 additions and 15 deletions

View File

@@ -3,9 +3,11 @@
{
services.tailscale.enable = true;
networking.firewall = {
allowPing = false;
enable = true;
trustedInterfaces = [ "tailscale0" ];
networking = {
firewall = {
allowPing = false;
enable = true;
trustedInterfaces = [ "tailscale0" ];
};
};
}