diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-03-17 15:22:02 +0000 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-03-17 15:22:02 +0000 |
| commit | 919b14b4cef330464b81c75a3a9c3c42f882b3e9 (patch) | |
| tree | 3de6cdb6e4fa8c39fa46880d5a0272ccb5761dfa /machines/biski/default.nix | |
| parent | d91fc98a76bf336507976c50dad04a136f3a636f (diff) | |
| parent | e86d5755194572fad8ba492171929fa2e20144eb (diff) | |
Merge branch 'master' of localhost:/srv/git/.flake
Diffstat (limited to 'machines/biski/default.nix')
| -rw-r--r-- | machines/biski/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/biski/default.nix b/machines/biski/default.nix index 532ebe3..5dc0bc8 100644 --- a/machines/biski/default.nix +++ b/machines/biski/default.nix @@ -28,6 +28,8 @@ networking.hostName = "biski"; # Define your hostname. + services.tailscale.useRoutingFeatures = "both"; + security.pam.sshAgentAuth.enable = true; # Set your time zone. |
