[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/36: services: Add openssh-service as a Hurd service.
From: |
guix-commits |
Subject: |
19/36: services: Add openssh-service as a Hurd service. |
Date: |
Mon, 27 Apr 2020 06:19:48 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd-vm
in repository guix.
commit 4f61afe3307bb88534a35102024637ea1808edfe
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
AuthorDate: Sun Apr 19 13:26:45 2020 +0200
services: Add openssh-service as a Hurd service.
* gnu/services/hurd.scm (<openssh-configuration>, openssh-shepherd-service):
New variable.
(hurd-service->shepherd-service): Add entry.
---
gnu/services/hurd.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/gnu/services/hurd.scm b/gnu/services/hurd.scm
index ef9ea88..8510ac3 100644
--- a/gnu/services/hurd.scm
+++ b/gnu/services/hurd.scm
@@ -18,6 +18,7 @@
(define-module (gnu services hurd)
#:use-module (gnu packages hurd)
+ #:use-module (gnu packages ssh)
#:use-module (gnu services)
#:use-module (gnu services base)
#:use-module (gnu services shepherd)
@@ -48,6 +49,7 @@
(($ <guix-configuration>) (guix-shepherd-service config))
(($ <hurd-console-configuration>) (hurd-console-shepherd-service config))
(($ <hurd-ttys-configuration>) (hurd-ttys-shepherd-service config))
+ (($ <openssh-configuration>) (openssh-shepherd-service config))
(($ <syslog-configuration>) (syslog-shepherd-service config))
(('loopback) (hurd-loopback-shepherd-service #f))
(('user-processes) (user-processes-shepherd-service '()))
@@ -193,4 +195,15 @@ Hurd.")))
(extend first-of-two)
(default-value (hurd-ttys-configuration))))
+
+;;;
+;;; Bridge for OpenSSH.
+;;;
+
+(define <openssh-configuration>
+ (@@ (gnu services ssh) <openssh-configuration>))
+
+(define openssh-shepherd-service
+ (@@ (gnu services ssh) openssh-shepherd-service))
+
;;; hurd.scm ends here
- 04/36: gnu: guix: Update to de41617661., (continued)
- 04/36: gnu: guix: Update to de41617661., guix-commits, 2020/04/27
- 05/36: vm: Make the device node procedure a parameter., guix-commits, 2020/04/27
- 06/36: gnu: hurd: Fix references to /bin/w., guix-commits, 2020/04/27
- 10/36: system: hurd: Add less, which to %base-packages/hurd., guix-commits, 2020/04/27
- 08/36: gnu: hurd: Add NFS support., guix-commits, 2020/04/27
- 03/36: gnu: guix: Apply courage for the Hurd., guix-commits, 2020/04/27
- 07/36: gnu: hurd: Use default Qemu guest ip: 10.0.2.15., guix-commits, 2020/04/27
- 14/36: services: Add hurd-ttys-service-type., guix-commits, 2020/04/27
- 11/36: system: hurd: Add /etc/group., guix-commits, 2020/04/27
- 13/36: services: Add hurd-console-service-type., guix-commits, 2020/04/27
- 19/36: services: Add openssh-service as a Hurd service.,
guix-commits <=
- 12/36: services: Add hurd., guix-commits, 2020/04/27
- 15/36: services: Add user-processes-service as a Hurd service., guix-commits, 2020/04/27
- 20/36: system: hurd: Add the Shepherd., guix-commits, 2020/04/27
- 22/36: system: hurd: Add openssh service., guix-commits, 2020/04/27
- 21/36: system: gnu: Populate "/etc" from "/boot/activation"., guix-commits, 2020/04/27
- 17/36: services: hurd: Add dummy syslog., guix-commits, 2020/04/27
- 16/36: services: Add guix-daemon-service as a Hurd service., guix-commits, 2020/04/27
- 18/36: services: hurd: Add dummy loopback., guix-commits, 2020/04/27
- 25/36: system: hurd: Add guix., guix-commits, 2020/04/27
- 28/36: services: Add hurd-file-systems-service-type., guix-commits, 2020/04/27