guix/doc
Christopher Baines b726096bc5
services: network-manager: Use record for configuration.
* gnu/services/network-manager.scm (<network-manager-configuration>): New
record type.
(network-manager-shpeherd-service): Change to use the
network-manager-configuration record, rather than a package.  Generate a
simple configuration file from the network-manager-configuration record.
(network-manager-service-type): Update extensions to take the
network-manager-configuration rather than a package.
(network-manager-service): Remove function, the network-manager-service-type
can be used instead, and this avoids keeping the function signature and value
coresponding to the service type in sync.
* doc/guix.texi (Networking Services): Remove documentation for the removed
network-manager-service procedure, and add documentation of the
network-manager-service-type variable and network-manager-configuration
record.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2017-01-20 21:45:56 +08:00
..
images doc: Update dot graphs. 2016-12-17 14:46:42 +01:00
contributing.texi etc: Support indentation of whole files. 2017-01-13 18:49:31 +01:00
environment-gdb.scm
fdl-1.3.texi
guix.texi services: network-manager: Use record for configuration. 2017-01-20 21:45:56 +08:00
htmlxref.cnf Remove Emacs interface. 2016-12-29 23:40:24 +03:00
local.mk build: Remove reference to 'doc/emacs.texi'. 2017-01-12 14:59:36 +01:00
package-hello.scm