mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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.
This commit is contained in:
parent
0ee59b81c7
commit
eea2f45369
1 changed files with 3 additions and 1 deletions
|
@ -43,5 +43,7 @@
|
||||||
;; Add services to the baseline: a DHCP client and
|
;; Add services to the baseline: a DHCP client and
|
||||||
;; an SSH server.
|
;; an SSH server.
|
||||||
(services (cons* (dhcp-client-service)
|
(services (cons* (dhcp-client-service)
|
||||||
(lsh-service #:port-number 2222)
|
(service openssh-service-type
|
||||||
|
(openssh-configuration
|
||||||
|
(port-number 2222)))
|
||||||
%base-services)))
|
%base-services)))
|
||||||
|
|
Loading…
Reference in a new issue