services: nfs: Expose configuration options for TCP and UDP.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Sun, 24 May 2020 19:04:45 +0000 (15:04 -0400)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Sat, 30 May 2020 01:48:58 +0000 (21:48 -0400)
commitc08fac0f7d175b9deb182c597cecdae997efce9d
treeb1ef6016dbe574f47fd063bba403c672d6bd05a0
parent49de32748ddcbe5026b23ffc5365a3ca524790ec
services: nfs: Expose configuration options for TCP and UDP.

* 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.
doc/guix.texi
gnu/services/nfs.scm