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
/
programs
/
gnupg.nix
blob: 5785e229a2e95dcdd2b0fcbfc0be02f478d03550 (
plain
) (
blame
)
1
2
3
4
5
6
{
programs
.
gnupg
.
agent
=
{
enable
=
true
;
enableSSHSupport
=
true
;
};
}