File tailscale issue

This commit is contained in:
2023-09-28 20:26:05 -04:00
parent 0b6c412d61
commit 1c54bbeec5
3 changed files with 4 additions and 46 deletions

View File

@@ -12,10 +12,6 @@
};
};
config = {config, pkgs, ...}: {
imports = [
./tailscale.nix
];
networking.nameservers = [ "1.1.1.1" ];
networking.useHostResolvConf = false;
@@ -26,8 +22,8 @@
services.tailscale = {
enable = true;
useRoutingFeatures = "client";
authTokenPath = "/var/tailauth";
authUrl = authServer;
authKeyFile = "/var/tailauth";
extraUpFlags = ["--login-server" "${authServer}"];
};
};
};