aboutsummaryrefslogtreecommitdiffstats
path: root/oni
diff options
context:
space:
mode:
authorGravatar Tom Willemse2024-04-07 00:21:29 -0700
committerGravatar Tom Willemse2024-04-07 00:21:29 -0700
commit7fd1612575f6d5ef464e608c129fd00f3f19b62d (patch)
tree2151e13f6ba07b61a931bda1ced74e293e1826bb /oni
parentba1590bba3d0a18600c8cf3f1b3d4b46165c150f (diff)
downloadnew-dotfiles-7fd1612575f6d5ef464e608c129fd00f3f19b62d.tar.gz
new-dotfiles-7fd1612575f6d5ef464e608c129fd00f3f19b62d.zip
Automatically add ssh keys to ssh-agent when first used
Diffstat (limited to 'oni')
-rw-r--r--oni/home/config/common.scm1
1 files changed, 1 insertions, 0 deletions
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")