[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/48: services: Add openssh-service as a Hurd service.
From: |
guix-commits |
Subject: |
22/48: services: Add openssh-service as a Hurd service. |
Date: |
Sun, 19 Apr 2020 10:22:12 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd-vm
in repository guix.
commit ef2fe517020eee94dd24135da3a3c255312f9172
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 | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnu/services/hurd.scm b/gnu/services/hurd.scm
index 5b3fabd..5853e92 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)
@@ -31,6 +32,8 @@
hurd-console-service-type
hurd-loopback-service-type
hurd-service->shepherd-service
+ hurd-ssh-configuration
+ hurd-ssh-service-type
hurd-ttys-configuration
hurd-ttys-service-type
hurd-user-processes-service-type))
@@ -48,6 +51,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 +213,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/48: gnu: texinfo: Cross-build fix: Use host perl in host scripts., (continued)
- 04/48: gnu: texinfo: Cross-build fix: Use host perl in host scripts., guix-commits, 2020/04/19
- 02/48: gnu: autoconf: Support cross-build., guix-commits, 2020/04/19
- 03/48: gnu: automake: Support cross-build., guix-commits, 2020/04/19
- 06/48: syscalls: 'readdir*' chooses between the Linux and Hurd code at run time., guix-commits, 2020/04/19
- 08/48: gnu: hurd: Fix references to /bin/w., guix-commits, 2020/04/19
- 11/48: gnu: Add dde-sources., guix-commits, 2020/04/19
- 13/48: gnu: hurd: Add NFS support., guix-commits, 2020/04/19
- 12/48: gnu: Add netdde., guix-commits, 2020/04/19
- 17/48: services: Add hurd-ttys-service-type., guix-commits, 2020/04/19
- 18/48: services: Add hurd-user-services-service-type., guix-commits, 2020/04/19
- 22/48: services: Add openssh-service as a Hurd service.,
guix-commits <=
- 15/48: services: Add hurd., guix-commits, 2020/04/19
- 14/48: gnu: Add libtirpc/hurd., guix-commits, 2020/04/19
- 28/48: system: hurd: Create system profile for guix development., guix-commits, 2020/04/19
- 21/48: services: hurd: Add dummy loopback., guix-commits, 2020/04/19
- 25/48: system: gnu: Populate "/etc" from "/boot/activation"., guix-commits, 2020/04/19
- 19/48: services: Add guix-daemon-service as a Hurd service., guix-commits, 2020/04/19
- 29/48: system: gnu: Add %bootstrap-{gcc, binutils, glibc} for devel profile., guix-commits, 2020/04/19
- 30/48: guile: Disable web-server test on the Hurd., guix-commits, 2020/04/19
- 31/48: gnu: tar: Disable troublesome tests on the Hurd., guix-commits, 2020/04/19
- 32/48: gnu: tls: Remove datefudge and disable tests on the Hurd., guix-commits, 2020/04/19