Files
nixos/tailscale.nix
Joakim Repomaa 939f5be8d6 add tailscale
2024-08-06 22:30:21 +03:00

8 lines
97 B
Nix

{ ... }:
{
services.tailscale = {
enable = true;
useRoutingFeatures = "server";
};
}