1
0
Fork 0

darwin: Enable sudo with TouchID

This commit is contained in:
Daniel Kempkens 2022-12-28 23:25:11 +01:00
parent 29590d693e
commit 611f9a44c6
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 4 additions and 0 deletions

3
system/darwin/sudo.nix Normal file
View file

@ -0,0 +1,3 @@
{
security.pam.enableSudoTouchIdAuth = true;
}

View file

@ -9,6 +9,7 @@ in
imports = [
../darwin/defaults.nix
../darwin/fonts.nix
../darwin/sudo.nix
];
nix = {