6 lines
153 B
Nix
6 lines
153 B
Nix
_: {
|
|
services.tailscale.enable = true;
|
|
networking.firewall.trustedInterfaces = [ "tailscale0" ];
|
|
networking.firewall.checkReversePath = "loose";
|
|
}
|