snowflake/modules/tailscale.nix

9 lines
72 B
Nix

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