* Every option needs a description, otherwise the manual can't be
built... svn path=/nixos/trunk/; revision=11856
This commit is contained in:
parent
b5451023a2
commit
3ed80192c0
@ -1232,9 +1232,11 @@
|
|||||||
};
|
};
|
||||||
minSpeed = mkOption {
|
minSpeed = mkOption {
|
||||||
default = "0.06";
|
default = "0.06";
|
||||||
|
description = "TODO";
|
||||||
};
|
};
|
||||||
maxSpeed = mkOption {
|
maxSpeed = mkOption {
|
||||||
default = "0.12";
|
default = "0.12";
|
||||||
|
description = "TODO";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user