nix-config/shared/client/tailscale.nix
2025-03-23 17:39:15 +01:00

5 lines
62 B
Nix

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