me
/
guix
Archived
1
0
Fork 0
This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues/pull-requests.
guix/gnu
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
..
build system: Add btrfs file system support. 2017-01-10 12:00:35 +01:00
packages gnu: obs: Update to 17.0.2. 2017-01-20 11:33:19 +02:00
services services: network-manager: Use record for configuration. 2017-01-20 21:45:56 +08:00
system file-systems: 'file-system-needed-for-boot?' is #t for parents of the store. 2017-01-16 23:27:23 +01:00
tests services: Create /var/run/utmpx upon activation. 2017-01-19 23:45:11 +01:00
artwork.scm
local.mk tests: Add 'nginx-service-type' test. 2017-01-19 14:44:59 +01:00
packages.scm
services.scm services: Create /var/run/utmpx upon activation. 2017-01-19 23:45:11 +01:00
system.scm gnu: system: Add openfwwf-firmware to %base-firmware. 2016-11-22 09:38:36 -06:00
tests.scm