cleanup redundant text in modules utilizing mkEnableOption

Closes #59911
This commit is contained in:
Aaron Andersen 2019-04-19 21:41:48 -04:00 committed by Robert Helgesson
parent 297f8c55e5
commit 4a11ce7f26
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
26 changed files with 30 additions and 29 deletions

View file

@ -39,7 +39,7 @@ in
###### interface
options.services.kubernetes.pki = with lib.types; {
enable = mkEnableOption "Whether to enable easyCert issuer service.";
enable = mkEnableOption "easyCert issuer service";
certs = mkOption {
description = "List of certificate specs to feed to cert generator.";