summary refs log tree commit diff
path: root/nixos/modules/services/networking
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-08-12 09:07:22 +0100
committerGitHub <noreply@github.com>2017-08-12 09:07:22 +0100
commitc2e7b0e0b4d0f897efbf50034104691f575e08dc (patch)
tree12e8d99c871d83617dc8899b0e2e0f91008e11ac /nixos/modules/services/networking
parent1ce1ddfc83dc64ea1f3db942e02303328b137aa7 (diff)
parentb27d8c5d0af76a512fd85c4e3d83833a4b514bc8 (diff)
downloadnixlib-c2e7b0e0b4d0f897efbf50034104691f575e08dc.tar
nixlib-c2e7b0e0b4d0f897efbf50034104691f575e08dc.tar.gz
nixlib-c2e7b0e0b4d0f897efbf50034104691f575e08dc.tar.bz2
nixlib-c2e7b0e0b4d0f897efbf50034104691f575e08dc.tar.lz
nixlib-c2e7b0e0b4d0f897efbf50034104691f575e08dc.tar.xz
nixlib-c2e7b0e0b4d0f897efbf50034104691f575e08dc.tar.zst
nixlib-c2e7b0e0b4d0f897efbf50034104691f575e08dc.zip
Merge pull request #27997 from richardlarocque/mosquitto_hashed_pass_docs
nixos/mosquitto: Fix instructions for password gen
Diffstat (limited to 'nixos/modules/services/networking')
-rw-r--r--nixos/modules/services/networking/mosquitto.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/networking/mosquitto.nix b/nixos/modules/services/networking/mosquitto.nix
index 5451500b56f6..81915b5a2ef8 100644
--- a/nixos/modules/services/networking/mosquitto.nix
+++ b/nixos/modules/services/networking/mosquitto.nix
@@ -125,8 +125,8 @@ in
               description = ''
                 Specifies the hashed password for the MQTT User.
                 <option>hashedPassword</option> overrides <option>password</option>.
-                To generate hashed password install <literal>mkpasswd</literal>
-                package and run <literal>mkpasswd -m sha-512</literal>.
+                To generate hashed password install <literal>mosquitto</literal>
+                package and use <literal>mosquitto_passwd</literal>.
               '';
             };