snowflake/modules/tailscale.nix

8 lines
64 B
Nix
Raw Normal View History

2023-03-01 03:47:59 -05:00
{
...
}: {
services.tailscale = {
enable = true;
};
}