updating module format and additional settings
This commit is contained in:
5
modules/darwin/security/default.nix
Normal file
5
modules/darwin/security/default.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
# Enable TouchID for PAM auth: you could also place security/pam or other service configs here:
|
||||
security.pam.enableSudoTouchIdAuth = true;
|
||||
}
|
||||
Reference in New Issue
Block a user