install: Don't start sshd by default.
authorLudovic Courtès <ludo@gnu.org>
Mon, 4 Dec 2017 22:31:15 +0000 (23:31 +0100)
committerLudovic Courtès <ludo@gnu.org>
Mon, 4 Dec 2017 22:31:15 +0000 (23:31 +0100)
commitaab322d909c0b4abec132ef7aff31c31a1208841
tree3cbe52ea12a1bedba2451ec746964aed36028035
parent39b27f4eae36d155faf466c59629afb5843030e6
install: Don't start sshd by default.

Reported by Christopher Baines <mail@cbaines.net>
at <https://lists.gnu.org/archive/html/guix-devel/2017-12/msg00058.html>.

* gnu/services/ssh.scm (<openssh-configuration>)[%auto-start?]: New
field.
(openssh-shepherd-service): Honor it.
* gnu/system/install.scm (%installation-services): Set '%auto-start?' to
 #f for openssh-service-type.
gnu/services/ssh.scm
gnu/system/install.scm