global(pam): replace sshAgentAuth with rssh
Cassie Cheung 10 months ago 93ecf035 01d0e179
··· 6 6 lib.mkMerge [ 7 7 (lib.mkIf (!config.gensokyo.traits.sensitive) { 8 8 security.pam = { 9 9 - sshAgentAuth.enable = true; 9 9 + rssh.enable = true; 10 10 11 11 - services.sudo.sshAgentAuth = true; 11 11 + services.sudo.rssh = true; 12 12 }; 13 13 }) 14 14 ]