From 8afaf87ef52c20a4c7f7dd12d6c14bcf5ce3ca4b Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 27 Nov 2024 13:07:54 -0500 Subject: [PATCH] ssh agent --- modules/home/all/ssh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/all/ssh.nix b/modules/home/all/ssh.nix index a27e7ad..d5a1628 100644 --- a/modules/home/all/ssh.nix +++ b/modules/home/all/ssh.nix @@ -1,4 +1,3 @@ -{ pkgs, lib, ... }: { programs.ssh = { enable = true; @@ -10,5 +9,6 @@ }; }; }; -} + services.ssh-agent.enable = true; +}