This website requires JavaScript.
Explore
Help
Sign In
fleaz
/
nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
9f2e1afc34
nixos-config
/
home-manager
/
modules
/
gpg.nix
9 lines
111 B
Nix
Raw
Normal View
History
Unescape
Escape
fixup! Update to 24.05
2024-06-18 19:20:31 +00:00
{
pkgs
,
.
.
.
}:
Install gpg-agent and activate git commit signing
2022-03-03 16:10:43 +00:00
{
services
.
gpg-agent
=
{
enable
=
true
;
fixup! Update to 24.05
2024-06-18 19:20:31 +00:00
pinentryPackage
=
pkgs
.
pinentry-gnome3
;
Install gpg-agent and activate git commit signing
2022-03-03 16:10:43 +00:00
}
;
}
Reference in a new issue
Copy permalink