This commit is contained in:
sadan 2025-02-21 22:08:59 -05:00
parent 8d9ee25180
commit f59f799948
No known key found for this signature in database

View file

@ -4,7 +4,7 @@
tailscale = {
enable = true;
authKeyFile = config.sops.secrets.tailscale_server_key.path;
extraSetFlags = [ "--advertise-exit-node" ];
extraSetFlags = [ "--advertise-exit-node=true" ];
};
};
}