nixos/sudo: Remove unused enableSSHAgentAuth
let-binding
This commit is contained in:
parent
b917ee427a
commit
2eac5106f1
@ -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 New Issue
Block a user