From 0aec9e92c172f2772aada1acb667e70f94bc3daa Mon Sep 17 00:00:00 2001 From: unexplrd Date: Sat, 7 Jun 2025 15:46:24 +0300 Subject: [PATCH] dunamis/misc/nix-ssh-serve.nix: rename Signed-off-by: unexplrd --- hosts/dunamis/misc/nix-ssh-serve.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/dunamis/misc/nix-ssh-serve.nix b/hosts/dunamis/misc/nix-ssh-serve.nix index 434b9f1..05235cf 100644 --- a/hosts/dunamis/misc/nix-ssh-serve.nix +++ b/hosts/dunamis/misc/nix-ssh-serve.nix @@ -11,5 +11,5 @@ write = true; }; }; - security.pam.enableSSHAgentAuth = true; + security.pam.sshAgentAuth.enable = true; }