diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-07-12 23:14:10 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-07-12 23:17:54 +0200 |
commit | 927097effdab473d2a344e6de75a85ec734df5dc (patch) | |
tree | e723e5c38bac526c859fddc6420724f1ba6ef0aa /doc/guix.texi | |
parent | 8897603ad02042f916911c406eb47f0b36d1f831 (diff) | |
download | patches-927097effdab473d2a344e6de75a85ec734df5dc.tar patches-927097effdab473d2a344e6de75a85ec734df5dc.tar.gz |
services: Add Tor service.
* gnu/services/networking.scm (tor-service): New procedure.
* doc/guix.texi (Networking Services): Document it.
* build-aux/hydra/demo-os.scm: Use it. Add TOR and TORSOCKS to
'packages'.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 9eb9d3f88a..7ea40e5f48 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -3460,6 +3460,13 @@ Return a service that starts @var{interface} with address @var{ip}. If gateway. @end deffn +@deffn {Monadic Procedure} tor-service [#:tor tor] +Return a service to run the @uref{https://torproject.org,Tor} daemon. + +The daemon runs with the default settings (in particular the default exit +policy) as the @code{tor} unprivileged user. +@end deffn + In addition, @code{(gnu system ssh)} provides the following service. @deffn {Monadic Procedure} lsh-service [#:host-key "/etc/lsh/host-key"] @ |