about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-06-22 16:32:31 +0200
committerBaitinq <[email protected]>2022-06-22 16:32:31 +0200
commit3188bd9c14eeea25833cfb7631aad0c751654bf9 (patch)
treee38403228c968a0e8c128984d62b7940b158a703 /hosts
parentConfigure the keymap on a per host basis (diff)
downloadnixos-config-3188bd9c14eeea25833cfb7631aad0c751654bf9.tar.gz
nixos-config-3188bd9c14eeea25833cfb7631aad0c751654bf9.tar.bz2
nixos-config-3188bd9c14eeea25833cfb7631aad0c751654bf9.zip
Add placeholder for git commit signing by default
Diffstat (limited to 'hosts')
-rw-r--r--hosts/home.nix4
1 files changed, 4 insertions, 0 deletions
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 = "[email protected]";
+      /*signing = {
+        signByDefault = true;
+        key = null; #let gpg decide based on author
+      };*/
     };
 
     firefox = {