feat: switch sshAgentAuth to rssh

This commit is contained in:
2026-04-26 22:00:18 +02:00
parent 5d604e827a
commit aecdfef9b3
+2 -2
View File
@@ -10,8 +10,8 @@ in
{ {
flake.modules.nixos.ssh-agent-auth = { flake.modules.nixos.ssh-agent-auth = {
security.pam = { security.pam = {
sshAgentAuth.enable = true; rssh.enable = true;
services.sudo.sshAgentAuth = true; services.sudo.rssh = true;
}; };
}; };