nixpkgs/nixos
Florian Baumann 7e76b127cd
Multiple users with hashedPassword is broken in mosquitto
If you have more than 1 User with hasedPassword Option set it generates 

```
rm -f /var/lib/mosquitto/passwd
touch /var/lib/mosquitto/passwd
echo 'user1:$6$xxx' > /var/lib/mosquitto/passwd
echo 'user2:$6$xxx' > /var/lib/mosquitto/passwd
```

Which ends up in only having 1 user.
2018-02-08 22:46:06 +01:00
..
doc/manual docs: Explain how to login into built vm 2018-02-07 21:34:50 +01:00
lib Add setFunctionArgs lib function. 2018-01-31 14:02:19 -05:00
maintainers nixos/make-disk-image.nix: Support EFI images 2018-01-22 11:18:23 +02:00
modules Multiple users with hashedPassword is broken in mosquitto 2018-02-08 22:46:06 +01:00
tests nixos/tests: add matrix-synapse test 2018-02-04 21:22:55 -04:00
COPYING
default.nix
README
release-combined.nix nixos/release-combined.nix: Make 32-bit iso_minimal a channel blocker 2018-02-07 20:00:19 +02:00
release-small.nix
release.nix nixos/tests: add matrix-synapse test 2018-02-04 21:22:55 -04:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.