From e160c24728bad4076f148b0a31de92f88df365d8 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 3 Mar 2022 23:09:03 +0530 Subject: config sync --- modules/git.home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/git.home.nix') diff --git a/modules/git.home.nix b/modules/git.home.nix index f3cc423..a8b9b12 100644 --- a/modules/git.home.nix +++ b/modules/git.home.nix @@ -37,7 +37,7 @@ }; #"pull" = { rebase = true; }; }; - #signing.key = "GPG-KEY-ID"; - #signing.signByDefault = true; + signing.key = "AAAB13AE8B82A5267C1A35D7E1B701723EA37849"; + signing.signByDefault = true; }; } -- cgit v1.3.1