From d356e2281e3bd9a99e5408f54984da32bf295098 Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 2 May 2017 14:04:39 +0200 Subject: m 1 omo: add mqtt --- 2configs/mqtt.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 2configs/mqtt.nix (limited to '2configs') diff --git a/2configs/mqtt.nix b/2configs/mqtt.nix new file mode 100644 index 000000000..39c9fdfdd --- /dev/null +++ b/2configs/mqtt.nix @@ -0,0 +1,9 @@ +{ ... }: +{ + services.mosquitto = { + enable = true; + host = "0.0.0.0"; + users = {}; + allowAnonymous = true; + }; +} -- cgit v1.2.3