tailscale: enable routing features

This commit is contained in:
NullBite 2024-10-20 14:49:05 +02:00
parent 698e7e930d
commit e12c843bb0
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -19,7 +19,10 @@ in
openFirewall = true;
};
services.tailscale.enable = true;
services.tailscale = {
enable = true;
useRoutingFeatures = "both";
};
networking.wireguard.enable = true;
};