From 1fa53b28a8961975f65a9436d1db7c1a35073092 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 2 Apr 2024 16:51:19 +0100 Subject: [PATCH] Enable SSH agent --- common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common.nix b/common.nix index 8521fda..5582679 100644 --- a/common.nix +++ b/common.nix @@ -49,6 +49,7 @@ programs = { git.enable = true; zsh.enable = true; + ssh.startAgent = true; }; environment.systemPackages = with pkgs; [