summaryrefslogtreecommitdiff
path: root/machines/biski
diff options
context:
space:
mode:
Diffstat (limited to 'machines/biski')
-rw-r--r--machines/biski/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/machines/biski/default.nix b/machines/biski/default.nix
index 5dc0bc8..1255911 100644
--- a/machines/biski/default.nix
+++ b/machines/biski/default.nix
@@ -28,8 +28,10 @@
networking.hostName = "biski"; # Define your hostname.
- services.tailscale.useRoutingFeatures = "both";
-
+ services.tailscale = {
+ extraSetFlags = [ "--advertise-exit-node" ];
+ useRoutingFeatures = "both";
+ };
security.pam.sshAgentAuth.enable = true;
# Set your time zone.