mirror of
https://github.com/zoriya/flake.git
synced 2026-05-24 23:45:55 +00:00
Enable sudo via fingerprint
This commit is contained in:
@@ -123,6 +123,13 @@ in
|
||||
]
|
||||
++ nixpkgs.lib.optionals darwin [
|
||||
inputs.nix-index-database.darwinModules.nix-index
|
||||
{
|
||||
# auth sudo via fingerprint
|
||||
security.pam.services.sudo_local = {
|
||||
reattach = true;
|
||||
touchIdAuth = true;
|
||||
};
|
||||
}
|
||||
]
|
||||
++ custom;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user