File tailscale issue
This commit is contained in:
@@ -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}"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user