~ruther/guix-local

eea2f45369f49d244e99257fcc71a9f367fdf0fd — Leo Famulari 9 years ago 0ee59b8
doc: Use OpenSSH instead of lsh in bare-bones template.

* gnu/system/examples/bare-bones.tmpl (services): Use openssh-service-type
instead of lsh-service.
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/system/examples/bare-bones.tmpl
M gnu/system/examples/bare-bones.tmpl => gnu/system/examples/bare-bones.tmpl +3 -1
@@ 43,5 43,7 @@
  ;; Add services to the baseline: a DHCP client and
  ;; an SSH server.
  (services (cons* (dhcp-client-service)
                   (lsh-service #:port-number 2222)
                   (service openssh-service-type
                            (openssh-configuration
                              (port-number 2222)))
                   %base-services)))