nixos-selfhost/tail.nix
2024-03-10 21:44:51 +01:00

8 lines
103 B
Nix

{ config, ... }:
{
services.tailscale = {
enable = true;
useRoutingFeatures = "both";
};
}