diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-06-26 12:53:17 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-06-26 12:53:17 -0600 |
| commit | 96b54653e37371ade7c809ee3d6c02d57d18523d (patch) | |
| tree | cbb546beebf3d006b10398ddb088c872c4bfb953 /machines/biski/default.nix | |
| parent | e3c2f26ef1c3e369ce2678f55e14a4d059a98c31 (diff) | |
| parent | 4191cd6b3eb0dc190be1a709f6c2ef26ec5f392f (diff) | |
Merge branch 'master' of ssh://bosco:/srv/git/.flake
Diffstat (limited to 'machines/biski/default.nix')
| -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. |
