fix: add missing tailscale argument

This commit is contained in:
uku 2024-05-24 11:16:28 +02:00
parent 360290d2fd
commit 4679f339f1
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -133,7 +133,7 @@ in {
tailscale = { tailscale = {
enable = true; enable = true;
useRoutingFeatures = "both"; useRoutingFeatures = "both";
extraUpFlags = ["--ssh"]; extraUpFlags = ["--ssh" "--stateful-filtering"];
authKeyFile = config.age.secrets.tailscaleKey.path; authKeyFile = config.age.secrets.tailscaleKey.path;
}; };
}; };