nix-config/features/client/tailscale.nix

6 lines
62 B
Nix

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