homelab/modules/tailscale.nix
2026-05-19 13:38:37 +09:00

9 lines
117 B
Nix

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