summaryrefslogtreecommitdiffstats
path: root/2configs/mqtt.nix
diff options
context:
space:
mode:
Diffstat (limited to '2configs/mqtt.nix')
-rw-r--r--2configs/mqtt.nix9
1 files changed, 9 insertions, 0 deletions
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;
+ };
+}