about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-22 17:40:47 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-22 17:40:47 +0200
commit0d3477ee53364928d997475d8155fa6dca1cb101 (patch)
treec249491b8d80d2f1fc95ad7f093d8910a5b76d64 /hosts/home.nix
parentRemove flake fmt and add nixpkgs-fmt package (diff)
downloadnixos-config-0d3477ee53364928d997475d8155fa6dca1cb101.tar.gz
nixos-config-0d3477ee53364928d997475d8155fa6dca1cb101.tar.bz2
nixos-config-0d3477ee53364928d997475d8155fa6dca1cb101.zip
Add git commit signing by default
Diffstat (limited to 'hosts/home.nix')
-rw-r--r--hosts/home.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index 5b531c4..35a610e 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -50,11 +50,10 @@ in
       enable = true;
       userName = "Baitinq";
       userEmail = "manuelpalenzuelamerino@gmail.com";
-      /*signing = {
+      signing = {
         signByDefault = true;
-        key = null; #let gpg decide based on author
-        };
-      */
+        key = "18BE4F736F27FC190C1E1000BB3C0BC698650937";
+      };
     };
 
     firefox = {