guix/gnu/services
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
..
admin.scm services: guix: Add 'log-file' configuration option. 2016-12-19 23:57:20 +01:00
avahi.scm services: Use 'file-append' in more places. 2016-12-19 17:51:00 +01:00
base.scm services: guix: Add 'log-file' configuration option. 2016-12-19 23:57:20 +01:00
configuration.scm gnu: Add Prosody service. 2017-01-08 23:39:36 +01:00
cuirass.scm services: cuirass: Remove 'cuirass-service' procedure. 2017-01-01 23:30:31 +01:00
cups.scm services: cups: Follow symlinks when installing extensions. 2016-12-01 11:03:20 +01:00
databases.scm services: Add 'redis-service-type'. 2017-01-12 16:49:47 +01:00
dbus.scm services: Move polkit to (gnu services dbus). 2016-11-24 21:43:47 +01:00
desktop.scm services: Add libmtp's udev rules to '%desktop-services'. 2016-12-29 23:35:42 +01:00
dict.scm
herd.scm
kerberos.scm gnu: Add Kerberos client service. 2016-12-03 18:00:32 +01:00
lirc.scm
mail.scm services: Factorize configuration abstraction. 2016-11-26 19:46:01 +01:00
mcron.scm
messaging.scm gnu: Add Prosody service. 2017-01-08 23:39:36 +01:00
networking.scm services: network-manager: Use record for configuration. 2017-01-20 21:45:56 +08:00
nfs.scm
sddm.scm gnu: Fix typo in comment. 2016-12-21 20:45:34 +01:00
shepherd.scm services: Use 'file-append' in more places. 2016-12-19 17:51:00 +01:00
spice.scm
ssh.scm
version-control.scm gnu: services: Add git-service. 2016-11-21 20:37:43 +08:00
vpn.scm gnu: Add openvpn service. 2017-01-15 12:24:52 +01:00
web.scm services: nginx: Add default values for <nginx-configuration> fields. 2017-01-19 14:44:59 +01:00
xorg.scm