pam: remove with lib;

This commit is contained in:
Michael Hoang
2025-02-20 17:46:49 +07:00
parent 6ab392f626
commit c9c2d40f71
+1 -3
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.