touch id for sudo

This commit is contained in:
Dennis Schoepf 2026-02-12 21:07:25 +01:00
parent 9b1d082ca9
commit 922ab11260

View file

@ -24,6 +24,7 @@
description = "Dennis Schoepf"; description = "Dennis Schoepf";
}; };
nix.settings.trusted-users = [ "dennis" ]; nix.settings.trusted-users = [ "dennis" ];
security.pam.services.sudo_local.touchIdAuth = true;
# Device specific overlays # Device specific overlays
nixpkgs.overlays = [ ]; nixpkgs.overlays = [ ];