summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMichael Fellinger <m.fellinger@gmail.com>2014-09-03 02:55:00 +0200
committerMichael Fellinger <m.fellinger@gmail.com>2014-09-03 02:55:00 +0200
commite805c78ed3a19c362305a2c7633e0d718c4e2665 (patch)
tree19a34bf3ad6954df63747ddb48bb1604d8f46695 /nixos
parent0bf05a02f4a1637a1b9a06ce886350e2ea9f2b96 (diff)
downloadnixpkgs-e805c78ed3a19c362305a2c7633e0d718c4e2665.tar
nixpkgs-e805c78ed3a19c362305a2c7633e0d718c4e2665.tar.gz
nixpkgs-e805c78ed3a19c362305a2c7633e0d718c4e2665.tar.bz2
nixpkgs-e805c78ed3a19c362305a2c7633e0d718c4e2665.tar.lz
nixpkgs-e805c78ed3a19c362305a2c7633e0d718c4e2665.tar.xz
nixpkgs-e805c78ed3a19c362305a2c7633e0d718c4e2665.tar.zst
nixpkgs-e805c78ed3a19c362305a2c7633e0d718c4e2665.zip
diod: remove redundant default doc
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/network-filesystems/diod.nix13
1 files changed, 4 insertions, 9 deletions
diff --git a/nixos/modules/services/network-filesystems/diod.nix b/nixos/modules/services/network-filesystems/diod.nix
index efd8e1018f1..1ab5f52d438 100644
--- a/nixos/modules/services/network-filesystems/diod.nix
+++ b/nixos/modules/services/network-filesystems/diod.nix
@@ -79,7 +79,7 @@ in
         default = 16;
         description = ''
           Sets the (fixed) number of worker threads created to handle 9P
-          requests for a unique aname. The default is 16 per aname.
+          requests for a unique aname.
         '';
       };
 
@@ -88,7 +88,6 @@ in
         default = false;
         description = ''
           Allow clients to connect without authentication, i.e. without a valid MUNGE credential.
-          Default is false.
         '';
       };
 
@@ -98,7 +97,6 @@ in
         description = ''
           This option disables password/group lookups. It allows any uid to attach and
           assumes gid=uid, and supplementary groups contain only the primary gid.
-          Default is false
         '';
       };
 
@@ -108,7 +106,6 @@ in
         description = ''
           Remap all users to "nobody". The attaching user need not be present in the
           password file.
-          Default is true
         '';
       };
 
@@ -116,8 +113,7 @@ in
         type = types.str;
         default = "nobody";
         description = ''
-          Change the squash user from the default of "nobody". The squash user must be
-          present in the password file.
+          Change the squash user. The squash user must be present in the password file.
         '';
       };
 
@@ -126,8 +122,7 @@ in
         default = "syslog:daemon:err";
         description = ''
           Set the destination for logging.
-          DEST is in the form of "syslog:facility:level" or "filename".
-          The default is "syslog:daemon:err".
+          The value has the form of "syslog:facility:level" or "filename".
         '';
       };
 
@@ -137,7 +132,7 @@ in
         default = false;
         description = ''
           This option configures statfs to return the host file system's type
-          rather than V9FS_MAGIC. The default is false (return V9FS_MAGIC).
+          rather than V9FS_MAGIC.
         '';
       };