pam: remove with lib;

This commit is contained in:
Michael Hoang 2025-02-20 17:46:40 +07:00
parent 6ab392f626
commit c9c2d40f71

View file

@ -1,7 +1,5 @@
{ config, lib, pkgs, ... }:
with lib;
let
cfg = config.security.pam;
@ -39,7 +37,7 @@ in
{
options = {
security.pam.enableSudoTouchIdAuth = mkEnableOption "" // {
security.pam.enableSudoTouchIdAuth = lib.mkEnableOption "" // {
description = ''
Enable sudo authentication with Touch ID.