about summary refs log tree commit diff stats
path: root/home-manager/config/git
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-04-09 16:43:42 +0200
committerSoispha <soispha@vhack.eu>2023-04-09 21:20:43 +0200
commit313c8b54cbb5fb1543629c0301d6e509fcd800cd (patch)
tree74f6962a52a492a18e5a6bfa2edd508db860a618 /home-manager/config/git
parentDocs(TODO): Update (diff)
downloadnixos-config-313c8b54cbb5fb1543629c0301d6e509fcd800cd.zip
Feat(hm/conf): Add gpg support
Diffstat (limited to 'home-manager/config/git')
-rw-r--r--home-manager/config/git/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/home-manager/config/git/default.nix b/home-manager/config/git/default.nix
index 5bb25c16..7e5f44ac 100644
--- a/home-manager/config/git/default.nix
+++ b/home-manager/config/git/default.nix
@@ -79,8 +79,8 @@
       helper = "cache --timeout 43200";
     };
     user = {
-      email = "ene@sils.li";
-      name = "ene";
+      email = "soispha@vhack.eu";
+      name = "Soispha";
     };
     help = {
       autocorrect = 5;
@@ -132,10 +132,10 @@ in {
         whitespace-error-style = "22 reverse";
       };
     };
-    #   signing = {
-    #      key = null; #let gpg2 decide, based on the author
-    #      signByDefault = true;
-    #    };
+    signing = {
+      key = "9606FC749FCE16360723D4ADA5E94010C3A642AD";
+      signByDefault = true;
+    };
   };
 }
 # vim: ts=2