nixos/postgresql: replace <function> with <literal>

there's only this one use, we can live with the tiny rendering change.
This commit is contained in:
pennae 2022-08-13 11:54:07 +02:00 committed by pennae
parent b7327e966b
commit f1d39b6d61

View File

@ -87,7 +87,7 @@ in
via the Unix socket, and md5 password authentication will be
used for users connecting via TCP. Any added rules will be
inserted above the default rules. If you'd like to replace the
default rules entirely, you can use <function>lib.mkForce</function> in your
default rules entirely, you can use <literal>lib.mkForce</literal> in your
module.
'';
};