all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Adam Pribyl <pribyl@lowlevel.cz>
To: guix-devel@gnu.org
Subject: lsh-service definition in documentation
Date: Fri, 21 Nov 2014 19:17:22 +0100 (CET)	[thread overview]
Message-ID: <alpine.DEB.2.00.1411211914330.16791@sandbox.cz> (raw)

I am not sure if the doc is wrong or it has changed in the guix but the 
definition of lsh service as it is at
http://www.gnu.org/software/guix/manual/html_node/Using-the-Configuration-System.html#Using-the-Configuration-System

(services (cons (lsh-service #:port 2222 #:allow-root-login? #t)
                   %base-services)))

is wrong, there should be

(services (cons (lsh-service #:port-number 2222 #:root-login? #t)
                   %base-services)))


at least this is how it works for me and conforms to:
http://www.gnu.org/software/guix/manual/html_node/Networking-Services.html#Networking-Services


regards

Adam Pribyl

             reply	other threads:[~2014-11-21 18:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-21 18:17 Adam Pribyl [this message]
2014-11-21 19:12 ` lsh-service definition in documentation Adam Pribyl
2014-11-21 21:54   ` Ludovic Courtès
2014-11-21 22:22     ` Adam Pribyl
2014-11-21 22:48       ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.2.00.1411211914330.16791@sandbox.cz \
    --to=pribyl@lowlevel.cz \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.