cleanup redundant text in modules utilizing mkEnableOption
Closes #59911
This commit is contained in:
@@ -17,7 +17,7 @@ in
|
||||
type = str;
|
||||
};
|
||||
|
||||
enable = mkEnableOption "Whether to enable Kubernetes proxy.";
|
||||
enable = mkEnableOption "Kubernetes proxy";
|
||||
|
||||
extraOpts = mkOption {
|
||||
description = "Kubernetes proxy extra command line options.";
|
||||
|
||||
Reference in New Issue
Block a user