diff --git a/modules/features/services/openssh.nix b/modules/features/services/openssh.nix index 21fdb27..d6026d4 100644 --- a/modules/features/services/openssh.nix +++ b/modules/features/services/openssh.nix @@ -10,8 +10,8 @@ in { flake.modules.nixos.ssh-agent-auth = { security.pam = { - sshAgentAuth.enable = true; - services.sudo.sshAgentAuth = true; + rssh.enable = true; + services.sudo.rssh = true; }; };