about summary refs log tree commit diff
path: root/users/fcuny/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/desktop')
-rw-r--r--users/fcuny/desktop/trust/pgp.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/fcuny/desktop/trust/pgp.nix b/users/fcuny/desktop/trust/pgp.nix
index 0d59837..79ed7dd 100644
--- a/users/fcuny/desktop/trust/pgp.nix
+++ b/users/fcuny/desktop/trust/pgp.nix
@@ -9,6 +9,9 @@
 
   programs.gpg = {
     enable = true;
+    settings = {
+      default-key = "23348B57F01D4234B5CFBA0923208AC01EB6EEA1";
+    };
   };
 }