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
Projects
Releases
Packages
Wiki
Activity
965759081d
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 21:20:31 +02:00
{
pkgs
,
.
.
.
}:
Install gpg-agent and activate git commit signing
2022-03-03 17:10:43 +01:00
{
services
.
gpg-agent
=
{
enable
=
true
;
fixup! Update to 24.05
2024-06-18 21:20:31 +02:00
pinentryPackage
=
pkgs
.
pinentry-gnome3
;
Install gpg-agent and activate git commit signing
2022-03-03 17:10:43 +01:00
}
;
}
Reference in a new issue
Copy permalink