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
+1 -1
View File
@@ -31,7 +31,7 @@ let
in {
options.services.kibana = {
enable = mkEnableOption "enable kibana service";
enable = mkEnableOption "kibana service";
listenAddress = mkOption {
description = "Kibana listening host";
+1 -1
View File
@@ -11,7 +11,7 @@ in
{
options = {
services.solr = {
enable = mkEnableOption "Enables the solr service.";
enable = mkEnableOption "Solr";
# default to the 8.x series not forcing major version upgrade of those on the 7.x series
package = mkOption {