This website requires JavaScript.
Explore
Help
Sign In
stupidcomputer
/
dot_testing
Watch
1
Star
0
Fork
You've already forked dot_testing
0
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
c1ff21e877
dot_testing
/
modules
/
gnupg.nix
9 lines
112 B
Nix
Raw
Blame
History
{
lib
,
config
,
pkgs
,
.
.
.
}:
{
programs
.
gnupg
.
agent
=
{
enable
=
true
;
enableSSHSupport
=
true
;
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink