nixfiles/profiles/tailscale/tailscale.nix
ChaotiCryptidz 17112eaf55
stuff
2022-05-17 13:17:02 +01:00

6 lines
153 B
Nix

_: {
services.tailscale.enable = true;
networking.firewall.trustedInterfaces = [ "tailscale0" ];
networking.firewall.checkReversePath = "loose";
}