services.openssh: fix doc

This commit is contained in:
Matthieu Coudron 2023-01-16 00:17:20 +01:00
parent edb0e55395
commit 83e2f6f3da

View file

@ -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;