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
/
default.nix
blob: 7f088325d037235f2ae9093f7c266b489e32221d (
plain
) (
blame
)
1
2
3
4
5
6
7
8
{
imports
=
[
./programs
./users.nix
];
security
.
pam
.
enableSudoTouchIdAuth
=
true
;
}