forest/common/tailscale.nix

4 lines
49 B
Nix
Raw Normal View History

2023-10-12 16:23:49 +00:00
{ ... }: {
services.tailscale.enable = true;
}