summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-01-03 18:15:00 +0100
committerRicardo Wurmus <rekado@elephly.net>2020-01-08 23:56:16 +0100
commit2a23942e3fbda98a9457304785481dd54302714a (patch)
tree9d11e68df7a99efece15224f913a6c4015296edd /doc
parentaf32ea35830383deb3b1540ca1b829eb53c6fe0d (diff)
downloadpatches-2a23942e3fbda98a9457304785481dd54302714a.tar
patches-2a23942e3fbda98a9457304785481dd54302714a.tar.gz
services: nfs: Add verbosity control to idmap-service-type.
* gnu/services/nfs.scm (<idmap-configuration>)[verbosity]: New field. (idmap-configuration-verbosity): New procedure. (idmap-service-type): Use it. * doc/guix.texi (Network File System): Document it.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index bb0ef17ddd..0f498a0f95 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -22044,6 +22044,9 @@ The local NFSv4 domain name.
This must be a string or @code{#f}.
If it is @code{#f} then the daemon will use the host's fully qualified domain name.
+@item @code{verbosity} (default: @code{0})
+The verbosity level of the daemon.
+
@end table
@end deftp