mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
cleanup redundant text in modules utilizing mkEnableOption
Closes #59911
This commit is contained in:
parent
297f8c55e5
commit
4a11ce7f26
26 changed files with 30 additions and 29 deletions
|
@ -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.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue