Merge pull request #86236 from ThibautMarty/fix-nullOr-types

treewide: fix modules options types where the default is null
This commit is contained in:
Lassulus
2020-08-26 18:21:29 +02:00
committed by GitHub
9 changed files with 10 additions and 10 deletions
@@ -12,7 +12,7 @@ in{
config = mkOption {
default = null;
type = types.lines;
type = types.nullOr types.lines;
description = "Fancontrol configuration file content. See <citerefentry><refentrytitle>pwmconfig</refentrytitle><manvolnum>8</manvolnum></citerefentry> from the lm_sensors package.";
example = ''
# Configuration file generated by pwmconfig