stockholm/makefu/2configs/mqtt.nix
2017-05-02 14:04:39 +02:00

10 lines
127 B
Nix

{ ... }:
{
services.mosquitto = {
enable = true;
host = "0.0.0.0";
users = {};
allowAnonymous = true;
};
}