treewide: mkPackageOption -> mkPackageOptionMD
This commit is contained in:
parent
71df507159
commit
e04de5b308
53 changed files with 60 additions and 59 deletions
|
|
@ -361,7 +361,7 @@ in
|
|||
options.programs.ssh = {
|
||||
enable = mkEnableOption "SSH client configuration";
|
||||
|
||||
package = mkPackageOption pkgs "openssh" {
|
||||
package = mkPackageOptionMD pkgs "openssh" {
|
||||
nullable = true;
|
||||
default = null;
|
||||
extraDescription = "By default, the client provided by your system is used.";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue