about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-23 11:10:19 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-23 11:10:19 +0200
commitd69b05e450358a8278f3a8aacd7eebded0a83521 (patch)
tree599ee556b3aa29f0eaae2f4aafe48ddd6b6bf6f5 /hosts/home.nix
parentAdd zip program in global configuration (diff)
downloadnixos-config-d69b05e450358a8278f3a8aacd7eebded0a83521.tar.gz
nixos-config-d69b05e450358a8278f3a8aacd7eebded0a83521.tar.bz2
nixos-config-d69b05e450358a8278f3a8aacd7eebded0a83521.zip
Added new temp gpg key
Diffstat (limited to 'hosts/home.nix')
-rw-r--r--hosts/home.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index 2b3326a..3ce2ae7 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -41,7 +41,7 @@ in
     gpg-agent = {
       enable = true;
       enableSshSupport = true;
-      sshKeys = [ "EB477A9998D3976260C5E9292F42033ED5BB9D57" ];
+      sshKeys = [ "BC10A40920B576F641480795B9C7E01A4E47DA9F" ];
     };
   };
 
@@ -52,7 +52,7 @@ in
       userEmail = "manuelpalenzuelamerino@gmail.com";
       signing = {
         signByDefault = true;
-        key = "7E25334F468BF1EF0B04B3F02A75FD6CD8C2A6951B9AE20CA3E42FBDF3F4285D";
+        key = "18BE4F736F27FC190C1E1000BB3C0BC698650937";
       };
     };