summaryrefslogtreecommitdiff
path: root/lib/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common.nix')
-rw-r--r--lib/common.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/common.nix b/lib/common.nix
index 80b8c79..d4eadc3 100644
--- a/lib/common.nix
+++ b/lib/common.nix
@@ -2,7 +2,7 @@
let
locale = "en_US.UTF-8";
- gpgid = "D09299626FA78AF8";
+ gpgid = "66A6AD150399D970DCA4C4E6C8218B7D0BFDECCD";
homedir = builtins.getEnv "HOME";
in
{
@@ -84,7 +84,6 @@ in
package = pkgs.gitAndTools.gitFull;
signing = {
key = gpgid;
- signByDefault = false;
};
aliases = {
authors = "shortlog -s -n";