snowflake/modules/tailscale.nix

8 lines
72 B
Nix

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