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

9 lines
82 B
Nix

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