Former-commit-id: 73ac8d8188
This commit is contained in:
Hadi
2024-06-20 11:24:41 +02:00
parent 8d5734b739
commit 2050efbfbf
7 changed files with 33 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
{
{ config, ... }: {
services.tailscale = {
enable = true;
enable = config.var.tailscale;
useRoutingFeatures = "both";
authKeyFile = "/etc/tailscale/authKey";
openFirewall = true;