diff options
Diffstat (limited to 'nixos/ev-configuration.nix')
-rw-r--r-- | nixos/ev-configuration.nix | 10 |
1 files changed, 10 insertions, 0 deletions
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 |