nixos-config/modules/nixos/services/tailscale.nix

5 lines
No EOL
57 B
Nix
Executable file

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