[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/43: services: Add openssh-service as a Hurd service.
From: |
guix-commits |
Subject: |
22/43: services: Add openssh-service as a Hurd service. |
Date: |
Mon, 20 Apr 2020 07:34:07 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd-vm
in repository guix.
commit 6c0b23f1212711fece850305c6e9a21106b3ce0d
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 5b3fabd..820c4cc 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) (hurd-user-processes-shepherd-service #f))
@@ -209,4 +211,15 @@ Hurd.")))
(extend append)
(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/43: gnu: texinfo: Cross-build fix: Use host perl in host scripts., (continued)
- 04/43: gnu: texinfo: Cross-build fix: Use host perl in host scripts., guix-commits, 2020/04/20
- 11/43: gnu: hurd: Add NFS support., guix-commits, 2020/04/20
- 13/43: system: hurd: Add less, which to %base-packages/hurd., guix-commits, 2020/04/20
- 14/43: system: hurd: Add /etc/group., guix-commits, 2020/04/20
- 17/43: services: Add hurd-ttys-service-type., guix-commits, 2020/04/20
- 10/43: gnu: Add netdde., guix-commits, 2020/04/20
- 19/43: services: Add guix-daemon-service as a Hurd service., guix-commits, 2020/04/20
- 20/43: services: hurd: Add dummy syslog., guix-commits, 2020/04/20
- 21/43: services: hurd: Add dummy loopback., guix-commits, 2020/04/20
- 23/43: system: hurd: Add the Shepherd., guix-commits, 2020/04/20
- 22/43: services: Add openssh-service as a Hurd service.,
guix-commits <=
- 15/43: services: Add hurd., guix-commits, 2020/04/20
- 12/43: gnu: Add libtirpc/hurd., guix-commits, 2020/04/20
- 25/43: system: gnu: Populate "/etc" from "/boot/activation"., guix-commits, 2020/04/20
- 24/43: HACK use uncompiled .scm for shepherd, guix-commits, 2020/04/20
- 28/43: system: gnu: Add %bootstrap-{gcc, binutils, glibc} for devel profile., guix-commits, 2020/04/20
- 26/43: system: hurd: Add openssh service., guix-commits, 2020/04/20
- 32/43: system: hurd: Add guix., guix-commits, 2020/04/20
- 31/43: HACK gnu: python: Disable tests on the Hurd., guix-commits, 2020/04/20
- 30/43: gnu: tcl: Disable troublesome test on the Hurd., guix-commits, 2020/04/20
- 42/43: REMOVEME gnu: guix: Bugfix for cross compiling to the Hurd., guix-commits, 2020/04/20