cleanup redundant text in modules utilizing mkEnableOption

Closes #59911
This commit is contained in:
Aaron Andersen
2019-04-20 14:44:02 +02:00
committed by Robert Helgesson
parent 297f8c55e5
commit 4a11ce7f26
26 changed files with 30 additions and 29 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ in {
options = {
services.vdr = {
enable = mkEnableOption "enable VDR. Please put config into ${libDir}.";
enable = mkEnableOption "VDR. Please put config into ${libDir}";
package = mkOption {
type = types.package;
@@ -34,7 +34,7 @@ in {
description = "Additional command line arguments to pass to VDR.";
};
enableLirc = mkEnableOption "enable LIRC";
enableLirc = mkEnableOption "LIRC";
};
};