nixos-config/modules/nixos/tailscale.nix
2025-08-03 21:01:24 -04:00

5 lines
No EOL
57 B
Nix

{ config, ... }:
{
services.tailscale.enable = true;
}