all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* lsh-service definition in documentation
@ 2014-11-21 18:17 Adam Pribyl
  2014-11-21 19:12 ` Adam Pribyl
  0 siblings, 1 reply; 5+ messages in thread
From: Adam Pribyl @ 2014-11-21 18:17 UTC (permalink / raw)
  To: guix-devel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-11-21 22:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-21 18:17 lsh-service definition in documentation Adam Pribyl
2014-11-21 19:12 ` 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

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.