diff --git a/flake.nix b/flake.nix index bb5e8d6..46c9522 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 270 current 2025-10-11 03:40:05 25.05.20251006.20c4598 6.12.50 * +# generation: 271 current 2025-10-11 04:20:39 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/services/smarthome/zigbee2mqtt/default.nix b/modules/homelab/services/smarthome/zigbee2mqtt/default.nix index 72cee56..4c7e260 100644 --- a/modules/homelab/services/smarthome/zigbee2mqtt/default.nix +++ b/modules/homelab/services/smarthome/zigbee2mqtt/default.nix @@ -62,7 +62,7 @@ in mqtt = { base_topic = "zigbee2mqtt"; client_id = "zigbee2mqtt"; - server = "mqtt://127.0.0.1:1883"; + server = "mqtt://localhost:1883"; keepalive = 20; }; serial = {