snowflake/modules/tailscale.nix

9 lines
72 B
Nix
Raw Normal View History

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