summary refs log tree commit diff
path: root/nixos/modules/services/networking/mosquitto.nix
AgeCommit message (Expand)AuthorFilesLines
2022-10-28nixos/mosquitto: clarify hashedPassword generationpennae1-4/+7
2022-08-31nixos/*: automatically convert option descriptionspennae1-1/+1
2022-07-30treewide: automatically md-convert option descriptionspennae1-23/+23
2022-06-12treewide: attempt at markdown option docspennae1-20/+20
2022-05-15nixos/mosquitto: fix attribute path display in assertionspennae1-3/+3
2022-05-15nixos/mosquitto: add missing listener option bind_interfacepennae1-1/+3
2022-01-19nixos/mosquitto: add package optiondatafoo1-2/+11
2022-01-17nixos/mosquitto: wait for network-online.target, not network.targetpennae1-1/+1
2021-10-28nixos/mosquitto: add module documentationpennae1-2/+8
2021-10-24nixos/mosquitto: restore passwordless system featurepennae1-1/+10
2021-10-22nixos/mosquitto: rewrite the modulepennae1-173/+517
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-2/+0
2021-05-01nixos/mosquitto: Migrate away from bind_address/port config keysMartin Weinelt1-2/+1
2021-05-01nixos/mosquitto: harden systemd unitMartin Weinelt1-4/+39
2020-11-27Merge pull request #85133 from snicket2100/mosquitto-service-sandboxingSandro1-0/+10
2020-10-25nixos/mosquitto: add passwordFile and hashedPasswordFile optionsFelix Tenley1-2/+34
2020-04-13mosquitto: systemd service sandboxingsnicket21001-0/+10
2019-08-31nixos/modules: Remove all usages of types.stringSilvan Mosberger1-3/+3
2019-04-20cleanup redundant text in modules utilizing mkEnableOptionAaron Andersen1-2/+2
2019-03-01mosquitto (nixos): notify systemd when startedPeter Hoeg1-5/+4
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink1-2/+2
2018-02-08Multiple users with hashedPassword is broken in mosquittoFlorian Baumann1-1/+1
2018-01-13Merge pull request #27131 from richardlarocque/mosquitto_pwJoachim F1-0/+14
2017-08-06nixos/mosquitto: Fix instructions for password genRichard Larocque1-2/+2
2017-08-06nixos/mosquitto: Add checkPasswords optionRichard Larocque1-0/+14
2017-04-11treewide: use boolToString functionFranz Pletz1-1/+1
2017-03-17nixos/treewide: remove boolean examples for optionsFranz Pletz1-1/+0
2016-05-24mosquitto service: initHans-Harro Horn1-0/+219