From aecdfef9b3d24781575892c2035d280b78005bfb Mon Sep 17 00:00:00 2001 From: Jelle Spreeuwenberg Date: Sun, 26 Apr 2026 22:00:18 +0200 Subject: [PATCH] feat: switch sshAgentAuth to rssh --- modules/features/services/openssh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }; };