From 1b1744d45eead0b79836c9ed2b08eca8c3672ee3 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 30 Jan 2024 17:59:38 +0900 Subject: [PATCH] test --- nixos/common/services/openssh.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/common/services/openssh.nix b/nixos/common/services/openssh.nix index e6a7f83a..9e154408 100644 --- a/nixos/common/services/openssh.nix +++ b/nixos/common/services/openssh.nix @@ -1,8 +1,7 @@ { config, pkgs, hostname, ... }: { # enable passwordless elevation # Useful for deploy-rs - # security.pam.enableSSHAgentAuth = true; - security.pam.sshAgentAuth.enable = true; + security.pam.enableSSHAgentAuth = true; programs.ssh.startAgent = true; # By default no ports are open.