From 69d79bcbd270a7284349aae2877f99e8c010e8c2 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 27 Nov 2024 13:11:07 -0500 Subject: [PATCH] need more coffee --- modules/home/all/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/all/ssh.nix b/modules/home/all/ssh.nix index 55918ea9..f9634663 100644 --- a/modules/home/all/ssh.nix +++ b/modules/home/all/ssh.nix @@ -11,5 +11,5 @@ }; }; - services.ssh-agent = lib.mkIf pkgs.stdenv.isDarwin { enable = true; }; + services.ssh-agent = lib.mkIf pkgs.stdenv.isLinux { enable = true; }; }