[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: home: services: ssh: Export home-ssh-agent variables.
From: |
guix-commits |
Subject: |
08/08: home: services: ssh: Export home-ssh-agent variables. |
Date: |
Fri, 9 Jun 2023 17:44:52 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 9504dd2c3eef0277369acc0944f87fb4546251b1
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Mon Jun 5 14:34:48 2023 +0200
home: services: ssh: Export home-ssh-agent variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/home/services/ssh.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/home/services/ssh.scm b/gnu/home/services/ssh.scm
index 2802bdaeeb..2e841596e4 100644
--- a/gnu/home/services/ssh.scm
+++ b/gnu/home/services/ssh.scm
@@ -46,7 +46,11 @@
home-openssh-configuration-hosts
home-openssh-configuration-add-keys-to-agent
home-openssh-configuration?
+
home-ssh-agent-configuration
+ home-ssh-agent-openssh
+ home-ssh-agent-socket-directory
+ home-ssh-agent-extra-options
home-ssh-agent-configuration?
openssh-host
- branch master updated (44bbfc24e4 -> 9504dd2c3e), guix-commits, 2023/06/09
- 05/08: home: services: ssh: Add 'add-keys-to-agent' field., guix-commits, 2023/06/09
- 02/08: gnu: i3-wm: Use new package style., guix-commits, 2023/06/09
- 06/08: home: services: ssh: Add 'match-criteria' option., guix-commits, 2023/06/09
- 01/08: gnu: guix: Update to 44bbfc2., guix-commits, 2023/06/09
- 04/08: gnu: obs-websocket: Deprecate in favor of "obs"., guix-commits, 2023/06/09
- 03/08: gnu: i3-wm: Add missing inputs for i3-save-tree., guix-commits, 2023/06/09
- 07/08: home: services: ssh: Export configuration predicates., guix-commits, 2023/06/09
- 08/08: home: services: ssh: Export home-ssh-agent variables.,
guix-commits <=