pam: remove with lib;
This commit is contained in:
parent
6ab392f626
commit
c9c2d40f71
1 changed files with 1 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue