We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b69eaef commit 9c3e20cCopy full SHA for 9c3e20c
1 file changed
modules/home/git.nix
@@ -72,6 +72,9 @@ in {
72
73
programs.gpg = {
74
enable = true;
75
+ settings = {
76
+ default-key = "413D1A0152BCB08D2E3DDACAF88C08579051AB48";
77
+ };
78
};
79
})
80
0 commit comments