nixos/sudo-rs: Removed unused let-binding

Leftover from bcc2d1238a
This commit is contained in:
nicoo 2023-12-24 13:56:56 +00:00
parent 4dc936b216
commit 1e9e8a0db0

View file

@ -6,8 +6,6 @@ let
cfg = config.security.sudo-rs; cfg = config.security.sudo-rs;
inherit (config.security.pam) enableSSHAgentAuth;
toUserString = user: if (isInt user) then "#${toString user}" else "${user}"; toUserString = user: if (isInt user) then "#${toString user}" else "${user}";
toGroupString = group: if (isInt group) then "%#${toString group}" else "%${group}"; toGroupString = group: if (isInt group) then "%#${toString group}" else "%${group}";