services: openssh: Install OpenSSH in the system profile.
authorLudovic Courtès <ludo@gnu.org>
Sat, 24 Nov 2018 15:07:30 +0000 (16:07 +0100)
committerLudovic Courtès <ludo@gnu.org>
Mon, 26 Nov 2018 10:10:20 +0000 (11:10 +0100)
commit0c17f72070cbfb04f311b776a080849b369aac25
treeafd951d7e74ad2f244659a1e921a65c3fbd98607
parent608d3dca89d73fe7260e97a284a8aeea756a3e11
services: openssh: Install OpenSSH in the system profile.

This ensures one can scp to or from the GuixSD machine that uses the
service.

* gnu/services/ssh.scm (openssh-service-type)[extensions]: Add
PROFILE-SERVICE-TYPE extension.
* gnu/system/examples/bare-bones.tmpl <packages>: Remove OPENSSH.
* doc/guix.texi (Using the Configuration System): Adjust accordingly.
doc/guix.texi
gnu/services/ssh.scm
gnu/system/examples/bare-bones.tmpl