From 7fd1612575f6d5ef464e608c129fd00f3f19b62d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 7 Apr 2024 00:21:29 -0700 Subject: [PATCH] Automatically add ssh keys to ssh-agent when first used --- oni/home/config/common.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/oni/home/config/common.scm b/oni/home/config/common.scm index 8732976..0c2549f 100644 --- a/oni/home/config/common.scm +++ b/oni/home/config/common.scm @@ -134,6 +134,7 @@ (define home-openssh-service (service home-openssh-service-type (home-openssh-configuration + (add-keys-to-agent "yes") (hosts (list (openssh-host (name "ryuslash.org") (host-name "ryuslash.org")