stockholm/makefu/2configs/mqtt.nix

10 lines
127 B
Nix
Raw Normal View History

2017-05-02 12:04:39 +00:00
{ ... }:
{
services.mosquitto = {
enable = true;
host = "0.0.0.0";
users = {};
allowAnonymous = true;
};
}