nixos-selfhost/tail.nix

8 lines
103 B
Nix
Raw Normal View History

2024-03-10 21:44:51 +01:00
{ config, ... }:
{
services.tailscale = {
enable = true;
useRoutingFeatures = "both";
};
}