forked from mirrors/nixpkgs
services.openssh: fix doc
This commit is contained in:
parent
edb0e55395
commit
83e2f6f3da
|
@ -346,9 +346,10 @@ in
|
|||
|
||||
|
||||
settings = mkOption {
|
||||
description = lib.mdDoc "Verbatim contents of {file}`sshd_config`.";
|
||||
description = lib.mdDoc "Configuration for `sshd_config(5)`.";
|
||||
example = literalExpression ''{
|
||||
UseDns true;
|
||||
UseDns = true;
|
||||
PasswordAuthentication = false;
|
||||
}'';
|
||||
type = types.submodule ({name, ...}: {
|
||||
freeformType = settingsFormat.type;
|
||||
|
|
Loading…
Reference in a new issue