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; }