Ludovic Courtès writes: > Marius Bakke skribis: > >> * gnu/system/install.scm (%installation-services): Add OPENSSH-SERVICE. >> * doc/guix.texi (Preparing for Installation)[Networking]: Document it. > > [...] > >> +@cindex installing over SSH >> +From here you can proceed to do the rest of the installation remotely >> +by starting an SSH server: > > Maybe s/From here/If you want to, / to clarify that people are not > required to do this? Thanks, fixed! > Otherwise LGTM! > > How does this affect: > > guix size $(./pre-inst-env guix system build gnu/system/install.scm) Before: 882.1MiB After: 910.0MiB "make check-system TESTS=openssh" passes. Pushed!