From 3188bd9c14eeea25833cfb7631aad0c751654bf9 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 22 Jun 2022 16:32:31 +0200 Subject: Add placeholder for git commit signing by default --- hosts/home.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts') diff --git a/hosts/home.nix b/hosts/home.nix index 905544e..767395c 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -49,6 +49,10 @@ in enable = true; userName = "Baitinq"; userEmail = "manuelpalenzuelamerino@gmail.com"; + /*signing = { + signByDefault = true; + key = null; #let gpg decide based on author + };*/ }; firefox = { -- cgit 1.4.1