nfs module: Improve descriptions
This commit is contained in:
parent
d0857bb1e6
commit
015c984537
@ -38,15 +38,17 @@ in
|
|||||||
default = null;
|
default = null;
|
||||||
example = 4000;
|
example = 4000;
|
||||||
description = ''
|
description = ''
|
||||||
Use fixed port for rpc.statd, useful if NFS server is behind firewall.
|
Use a fixed port for <command>rpc.statd</command>. This is
|
||||||
|
useful if the NFS server is behind a firewall.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
lockdPort = mkOption {
|
lockdPort = mkOption {
|
||||||
default = null;
|
default = null;
|
||||||
example = 4001;
|
example = 4001;
|
||||||
description = ''
|
description = ''
|
||||||
Use fixed port for NFS lock manager kernel module (lockd/nlockmgr),
|
Use a fixed port for the NFS lock manager kernel module
|
||||||
useful if NFS server is behind firewall.
|
(<literal>lockd/nlockmgr</literal>). This is useful if the
|
||||||
|
NFS server is behind a firewall.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user