fix: loosed tailscale requirements and update README
This commit is contained in:
parent
cc2036d95e
commit
902a0c0f0e
3 changed files with 35 additions and 8 deletions
|
|
@ -58,4 +58,9 @@
|
|||
# Secrets handled via ./secrets.nix importing to config.mySecrets
|
||||
environment.etc."secrets/tailscale-auth".text = config.mySecrets.tailscaleKey;
|
||||
services.tailscale.authKeyFile = "/etc/secrets/tailscale-auth";
|
||||
|
||||
# Allow Tailscale traffic
|
||||
networking.firewall.trustedInterfaces = [ "tailscale0" ];
|
||||
# Required for Tailscale subnet routing and exit nodes, and often helpful for connectivity
|
||||
networking.firewall.checkReversePath = "loose";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue