1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-10 10:40:29 +01:00
This commit is contained in:
TheGeneralist 2026-03-09 22:30:42 +01:00
parent 6e1e8c1b8f
commit 07c949f7ff
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
2 changed files with 63 additions and 21 deletions

View file

@ -6,7 +6,7 @@
useRoutingFeatures = "both";
openFirewall = true; # or false?
extraUpFlags = [ "--ssh" ];
extraSetFlags = [ "--advertise-exit-node" ];
extraSetFlags = [ "--advertise-routes=172.16.223.0/24" "--advertise-exit-node" ];
disableTaildrop = false;
authKeyFile = config.age.secrets.tailscaleMarshall.path;
};