diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-22 17:40:47 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-22 17:40:47 +0200 |
commit | 0d3477ee53364928d997475d8155fa6dca1cb101 (patch) | |
tree | c249491b8d80d2f1fc95ad7f093d8910a5b76d64 /hosts/home.nix | |
parent | Remove flake fmt and add nixpkgs-fmt package (diff) | |
download | nixos-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.nix | 7 |
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 = { |