about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/home.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index c01815c..7b7482c 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -38,6 +38,13 @@ in
     custom.trackma
   ];
 
+  services.gpg-agent = {
+    enable = true;
+    enableSshSupport = true;
+    sshKeys = [ "E0EACE39DEA192BE50B00C3741C555123B65019E" ];
+  };
+
+
   programs = {
     git = {
       enable = true;