m 1 omo: add mqtt
This commit is contained in:
parent
135892761a
commit
d356e2281e
|
@ -55,7 +55,10 @@ in {
|
|||
../2configs/logging/central-stats-server.nix
|
||||
# ../2configs/logging/central-logging-server.nix
|
||||
../2configs/logging/central-stats-client.nix
|
||||
|
||||
# services
|
||||
../2configs/syncthing.nix
|
||||
../2configs/mqtt.nix
|
||||
# ../2configs/logging/central-logging-client.nix
|
||||
|
||||
# ../2configs/torrent.nix
|
||||
|
|
9
2configs/mqtt.nix
Normal file
9
2configs/mqtt.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.mosquitto = {
|
||||
enable = true;
|
||||
host = "0.0.0.0";
|
||||
users = {};
|
||||
allowAnonymous = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue