mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03:00
services.openssh: fix doc
This commit is contained in:
parent
edb0e55395
commit
83e2f6f3da
1 changed files with 3 additions and 2 deletions
|
@ -346,9 +346,10 @@ in
|
||||||
|
|
||||||
|
|
||||||
settings = mkOption {
|
settings = mkOption {
|
||||||
description = lib.mdDoc "Verbatim contents of {file}`sshd_config`.";
|
description = lib.mdDoc "Configuration for `sshd_config(5)`.";
|
||||||
example = literalExpression ''{
|
example = literalExpression ''{
|
||||||
UseDns true;
|
UseDns = true;
|
||||||
|
PasswordAuthentication = false;
|
||||||
}'';
|
}'';
|
||||||
type = types.submodule ({name, ...}: {
|
type = types.submodule ({name, ...}: {
|
||||||
freeformType = settingsFormat.type;
|
freeformType = settingsFormat.type;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue