mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Merge pull request #276475 from nbraud/nixos/sudo-rs/enableSSHAgentAuth
nixos/sudo-rs: Removed unused let-binding
This commit is contained in:
commit
5f64a12a72
@ -6,8 +6,6 @@ let
|
||||
|
||||
cfg = config.security.sudo-rs;
|
||||
|
||||
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