nixos-config/modules/tailscale/default.nix

7 lines
59 B
Nix

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