mirror of
https://github.com/davegallant/nix-config
synced 2025-08-05 18:53:39 +00:00
Use security.pam.services.sudo_local.touchIdAuth = true;
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
|
||||
users.users."dave.gallant".home = "/Users/dave.gallant";
|
||||
|
||||
system.primaryUser = "dave.gallant";
|
||||
|
||||
system.defaults = {
|
||||
|
||||
trackpad = {
|
||||
@@ -67,7 +69,7 @@
|
||||
finder.FXPreferredViewStyle = "Nlsv";
|
||||
};
|
||||
|
||||
security.pam.enableSudoTouchIdAuth = true;
|
||||
security.pam.services.sudo_local.touchIdAuth = true;
|
||||
|
||||
homebrew = {
|
||||
enable = true;
|
||||
|
Reference in New Issue
Block a user