From 4191cd6b3eb0dc190be1a709f6c2ef26ec5f392f Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Wed, 25 Jun 2025 16:53:37 -0600 Subject: got a working public server for real this time --- machines/biski/default.nix | 6 ++++-- 1 file 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. -- cgit v1.2.3