nixos/sudo: Remove unused enableSSHAgentAuth
let-binding
This commit is contained in:
parent
b917ee427a
commit
2eac5106f1
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@ let
|
|||
|
||||
cfg = config.security.sudo;
|
||||
|
||||
inherit (config.security.pam) enableSSHAgentAuth;
|
||||
|
||||
toUserString = user: if (isInt user) then "#${toString user}" else "${user}";
|
||||
toGroupString = group: if (isInt group) then "%#${toString group}" else "%${group}";
|
||||
|
||||
|
|
Loading…
Reference in a new issue