diff options
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 = { |