nixfiles/profiles/tailscale/tailscale.nix

3 lines
48 B
Nix
Raw Normal View History

2021-12-27 09:46:15 +00:00
{...}: {
services.tailscale.enable = true;
}