snowflake/hosts/common/tailscale.nix
2023-03-01 03:47:59 -05:00

8 lines
72 B
Nix

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