Add --accept-routes and --ssh to tailscale config
Makes tailscale settings declarative so they persist across rebuilds. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
aaf7e73c27
commit
8ee6c1271a
1 changed files with 4 additions and 1 deletions
|
|
@ -72,7 +72,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Tailscale
|
# Tailscale
|
||||||
services.tailscale.enable = true;
|
services.tailscale = {
|
||||||
|
enable = true;
|
||||||
|
extraUpFlags = [ "--accept-routes" "--ssh" ];
|
||||||
|
};
|
||||||
|
|
||||||
# SSH
|
# SSH
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue