summaryrefslogtreecommitdiffstats
path: root/nixos/modules/tasks/filesystems
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-09-07 14:06:04 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-09-07 14:15:57 +0200
commit015c984537990d0f8d89b8f5a2e53f516caa5b94 (patch)
tree647b41e3404832fb9ec41c34d1c8bed4bd3a8557 /nixos/modules/tasks/filesystems
parentd0857bb1e6c8e221228f2d71fa8d6c29cbe09460 (diff)
nfs module: Improve descriptions
Diffstat (limited to 'nixos/modules/tasks/filesystems')
-rw-r--r--nixos/modules/tasks/filesystems/nfs.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/nixos/modules/tasks/filesystems/nfs.nix b/nixos/modules/tasks/filesystems/nfs.nix
index e454eca3a0e5..f3b3470cd12e 100644
--- a/nixos/modules/tasks/filesystems/nfs.nix
+++ b/nixos/modules/tasks/filesystems/nfs.nix
@@ -38,15 +38,17 @@ in
default = null;
example = 4000;
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 {
default = null;
example = 4001;
description = ''
- Use fixed port for NFS lock manager kernel module (lockd/nlockmgr),
- useful if NFS server is behind firewall.
+ Use a fixed port for the NFS lock manager kernel module
+ (<literal>lockd/nlockmgr</literal>). This is useful if the
+ NFS server is behind a firewall.
'';
};
};