1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 21:20:29 +02:00

doc: Update bit about SSH in the VM.

* doc/guix.texi (Running Guix in a VM): Remove mentions of 'lsh-server';
mention 'openssh-service-type' and add a cross-reference.
* gnu/system/examples/vm-image.tmpl (services): Add a commented-out line
for 'openssh-service-type'.
This commit is contained in:
Ludovic Courtès
2019-04-27 10:15:34 +02:00
parent 05b60752a6
commit ea2acfe98a
2 changed files with 8 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
;;
(use-modules (gnu) (srfi srfi-1))
(use-service-modules desktop networking xorg)
(use-service-modules desktop networking ssh xorg)
(use-package-modules bootloaders nvi wget xorg)
(define vm-image-motd (plain-file "motd" "
@@ -73,6 +73,9 @@ accounts.\x1b[0m
(xorg-configuration
(keyboard-layout keyboard-layout)))))
;; Uncomment the line below to add an SSH server.
;;(service openssh-service-type)
;; Use the DHCP client service rather than NetworkManager.
(service dhcp-client-service-type))