From a8ff778f6873fe481f9e7a169038371ad716b723 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 21 Dec 2024 15:12:54 +0100 Subject: ev: add zigbee2mqtt and mosquitto --- nixos/ev-configuration.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nixos/ev-configuration.nix b/nixos/ev-configuration.nix index 084bc26..c89183a 100644 --- a/nixos/ev-configuration.nix +++ b/nixos/ev-configuration.nix @@ -38,6 +38,16 @@ ]; networking.firewall.allowedUDPPorts = []; + services = { + zigbee2mqtt = { + enable = true; + }; + + mosquitto = { + enable = true; + }; + }; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave -- cgit v1.2.3