index
:
infra
main
nix configuration for my machines
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
darwin
/
security.nix
blob: 178fca1cb30775e157f3aeabf9fe37d10f6b6e73 (
plain
) (
blame
)
1
2
3
4
5
{
...
}:
{
# Touch ID for sudo auth
security
.
pam
.
services
.
sudo_local
.
touchIdAuth
=
true
;
}