summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/networking/mosquitto.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/mosquitto.xml')
-rw-r--r--nixos/modules/services/networking/mosquitto.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/nixos/modules/services/networking/mosquitto.xml b/nixos/modules/services/networking/mosquitto.xml
index d16ab28c0269..91934617c56d 100644
--- a/nixos/modules/services/networking/mosquitto.xml
+++ b/nixos/modules/services/networking/mosquitto.xml
@@ -1,3 +1,5 @@
+<!-- Do not edit this file directly, edit its companion .md instead
+ and regenerate this file using nixos/doc/manual/md-to-db.sh -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="module-services-mosquitto">
<title>Mosquitto</title>
<para>
@@ -9,7 +11,7 @@
<para>
A minimal configuration for Mosquitto is
</para>
- <programlisting language="bash">
+ <programlisting language="nix">
services.mosquitto = {
enable = true;
listeners = [ {
@@ -31,7 +33,7 @@ services.mosquitto = {
restricted write access to a user <literal>service</literal> could
look like
</para>
- <programlisting language="bash">
+ <programlisting language="nix">
services.mosquitto = {
enable = true;
listeners = [ {
@@ -52,7 +54,7 @@ services.mosquitto = {
TLS authentication is configured by setting TLS-related options of
the listener:
</para>
- <programlisting language="bash">
+ <programlisting language="nix">
services.mosquitto = {
enable = true;
listeners = [ {