snowflake/modules/tailscale.nix

8 lines
64 B
Nix

{
...
}: {
services.tailscale = {
enable = true;
};
}