guix/gnu
Ludovic Courtès c9d92409d4
services: rsync: Allow configuring several rsync "modules".
Until now the rsync service would export a single module, named
"files".  This allows users to specify as many modules as they want, in
line with rsyncd.conf(5).

* gnu/services/rsync.scm (warn-share-field-deprecation): New procedure.
(<rsync-configuration>)[modules]: New field.
[share-path, share-comment, read-only?, timeout]: Mark as deprecated.
(<rsync-module>): New record type.
(%default-modules): New variable.
(rsync-configuration-modules): New procedure.
(rsync-activation): Create the directory of each module.
(rsync-config-file): Generate configuration for each module.
(rsync-service-type)[description]: New field.
* doc/guix.texi (Networking Services): Adjust documentation.  Augment
example.
2021-12-21 15:47:03 +01:00
..
bootloader
build chromium-extension: Build .crx files in a deterministic fashion. 2021-12-16 22:21:13 +01:00
home
installer
machine
packages gnu: binutils-gold: Skip gold testsuite on some architectures. 2021-12-21 16:22:51 +02:00
platforms
services services: rsync: Allow configuring several rsync "modules". 2021-12-21 15:47:03 +01:00
system doc: Add group configuration example 2021-12-19 23:39:55 +01:00
tests
artwork.scm
bootloader.scm
ci.scm
home.scm home: Add gexp-compiler for home-environments. 2021-12-19 23:39:55 +01:00
image.scm
installer.scm
local.mk gnu: opencv: Update to 4.5.4. 2021-12-20 23:23:40 +01:00
machine.scm
packages.scm
platform.scm
services.scm
system.scm
tests.scm