nixos/treewide: remove boolean examples for options

They contain no useful information and increase the length of the
autogenerated options documentation.

See discussion in #18816.
This commit is contained in:
Franz Pletz
2017-03-17 23:36:19 +01:00
parent a8785daf0e
commit 9536169074
47 changed files with 1 additions and 86 deletions
@@ -274,7 +274,6 @@ let
};
isReadOnly = mkOption {
default = true;
example = true;
type = types.bool;
description = "Determine whether the mounted path will be accessed in read-only mode.";
};