feat: switch sshAgentAuth to rssh
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user