stockholm/makefu/2configs/mqtt.nix
2018-09-17 01:13:40 +02:00

11 lines
156 B
Nix

{ ... }:
{
services.mosquitto = {
enable = true;
host = "0.0.0.0";
users = {};
# TODO: secure that shit
allowAnonymous = true;
};
}