From 0d3477ee53364928d997475d8155fa6dca1cb101 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 22 Jun 2022 17:40:47 +0200 Subject: Add git commit signing by default --- hosts/home.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'hosts') 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 = { -- cgit 1.4.1