diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-06-25 16:53:37 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-06-25 16:53:37 -0600 |
| commit | 4191cd6b3eb0dc190be1a709f6c2ef26ec5f392f (patch) | |
| tree | fbb24eb83bb7d93c9925a6f150c3e829d0ec4e89 /machines/biski | |
| parent | 925540aa68ec7dd5462c87eeaa3c07d7ac091d8a (diff) | |
got a working public server for real this time
Diffstat (limited to 'machines/biski')
| -rw-r--r-- | machines/biski/default.nix | 6 |
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. |
