get sudo touch id / watch working
didn't actually enable these things...
This commit is contained in:
parent
52c7435716
commit
50e4939872
1 changed files with 6 additions and 1 deletions
|
@ -12,7 +12,12 @@
|
||||||
# The platform the configuration will be used on.
|
# The platform the configuration will be used on.
|
||||||
nixpkgs.hostPlatform = "aarch64-darwin";
|
nixpkgs.hostPlatform = "aarch64-darwin";
|
||||||
|
|
||||||
security.pam.services.sudo_local.touchIdAuth = true;
|
security.pam.services.sudo_local = {
|
||||||
|
enable = true;
|
||||||
|
reattach = true;
|
||||||
|
touchIdAuth = true;
|
||||||
|
watchIdAuth = true;
|
||||||
|
};
|
||||||
|
|
||||||
system.defaults = {
|
system.defaults = {
|
||||||
dock = {
|
dock = {
|
||||||
|
|
Loading…
Reference in a new issue