From 2eac5106f1f9628025e9b1bf269f25642ff9690c Mon Sep 17 00:00:00 2001 From: nicoo Date: Mon, 1 Jan 2024 13:49:23 +0000 Subject: nixos/sudo: Remove unused `enableSSHAgentAuth` let-binding --- nixos/modules/security/sudo.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'nixos/modules/security') diff --git a/nixos/modules/security/sudo.nix b/nixos/modules/security/sudo.nix index 3dd5d2e525d91..6aa9445eab65e 100644 --- a/nixos/modules/security/sudo.nix +++ b/nixos/modules/security/sudo.nix @@ -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}"; -- cgit 1.4.1