Skip to content

Commit

Permalink
pam: remove with lib;
Browse files Browse the repository at this point in the history
  • Loading branch information
Enzime committed Feb 20, 2025
1 parent 6ab392f commit c9c2d40
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/security/pam.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{ config, lib, pkgs, ... }:

with lib;

let
cfg = config.security.pam;

Expand Down Expand Up @@ -39,7 +37,7 @@ in

{
options = {
security.pam.enableSudoTouchIdAuth = mkEnableOption "" // {
security.pam.enableSudoTouchIdAuth = lib.mkEnableOption "" // {
description = ''
Enable sudo authentication with Touch ID.
Expand Down

0 comments on commit c9c2d40

Please sign in to comment.