index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
mac
/
security.nix
blob: f338f400182b8603f3662446a9ac44d46a04e13b (
plain
) (
blame
)
1
2
3
4
5
6
{
security
.
pam
.
services
.
sudo_local
=
{
touchIdAuth
=
true
;
watchIdAuth
=
true
;
};
}