blob: 9d1da83929976967cfc0bd1d9a551a16ff836a3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{ ... }:
{
services.mosquitto = {
enable = true;
host = "0.0.0.0";
users = {};
# TODO: secure that shit
aclExtraConf = ''
pattern readwrite #
'';
allowAnonymous = true;
};
}
|