about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--hosts/home.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index cfd4677..c581863 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -42,13 +42,14 @@ in
     ];
   };
 
-  services.gpg-agent = {
-    enable = true;
-    enableSshSupport = true;
-    sshKeys = [ "E0EACE39DEA192BE50B00C3741C555123B65019E" ];
+  services = {
+    gpg-agent = {
+      enable = true;
+      enableSshSupport = true;
+      sshKeys = [ "E0EACE39DEA192BE50B00C3741C555123B65019E" ];
+    };
   };
 
-
   programs = {
     git = {
       enable = true;