summaryrefslogtreecommitdiff
path: root/doc/guix.texi
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-05-24 15:04:45 -0400
committerGuix Patches Tester <>2020-05-24 21:37:09 +0100
commitfdbd4cbc1f1fbd28883db7d8a41fc258216ee70c (patch)
tree42fa81ce759a718e060ed1ead6baa905160a14bd /doc/guix.texi
parent0cbb5390e4722d985d758cb788139fa86f7764c9 (diff)
downloadpatches-fdbd4cbc1f1fbd28883db7d8a41fc258216ee70c.tar
patches-fdbd4cbc1f1fbd28883db7d8a41fc258216ee70c.tar.gz
services: nfs: Expose configuration options for TCP and UDP.series-4084
* gnu/services/nfs.scm (<nfs-configuration>)[nfsd-tcp?, nfsd-udp?]: New fields. (nfs-shepherd-services)[rpc.nfsd]: Populate the --{no-,}tcp and --{no-,}udp command line options based on the values of the nfsd-tcp? and nfsd-upd? fields. * doc/guix.texi (Network File System): Add doc.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r--doc/guix.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index aa2b316c90..cbfa1790fc 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -22834,6 +22834,12 @@ The network port that the @command{nfsd} daemon should use.
@item @code{nfsd-threads} (default: @code{8})
The number of threads used by the @command{nfsd} daemon.
+@item @code{nfsd-tcp?} (default: @code{#t})
+Whether the @command{nfsd} daemon should listen on a TCP socket.
+
+@item @code{nfsd-udp?} (default: @code{#f})
+Whether the @command{nfsd} daemon should listen on a UDP socket.
+
@item @code{pipefs-directory} (default: @code{"/var/lib/nfs/rpc_pipefs"})
The directory where the pipefs file system is mounted.