Make tailscale trusted interface

This commit is contained in:
2022-12-28 00:08:39 +00:00
parent 3d1f75e5e6
commit 3bded4a0c3

View File

@@ -31,6 +31,7 @@
allowedUDPPorts = [41641]; allowedUDPPorts = [41641];
}; };
}; };
firewall.trustedInterfaces = ["tailscale0"];
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [