summaryrefslogtreecommitdiff
path: root/modules/core/tailscale.nix
blob: 0d7c456cc70363a198a516f7cb4c9fa15011f897 (plain)
1
2
3
4
5
6
{ ... }:
{
  services.tailscale = {
    enable = true;
  };
}