cleanup redundant text in modules utilizing mkEnableOption
Closes #59911
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user