tailscale vpn

This commit is contained in:
admin 2024-03-10 21:44:51 +01:00
parent a25557a721
commit 9ae7cfc95e

7
tail.nix Normal file
View file

@ -0,0 +1,7 @@
{ config, ... }:
{
services.tailscale = {
enable = true;
useRoutingFeatures = "both";
};
}