From 7765e2a213296b42b939ad0ff46bd986c047d4d1 Mon Sep 17 00:00:00 2001 From: arcnmx Date: Sun, 16 Jun 2024 10:50:51 -0700 Subject: [PATCH] fix(z2m): remove ipv4 url hack --- nixos/zigbee2mqtt.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/zigbee2mqtt.nix b/nixos/zigbee2mqtt.nix index 5793a00a..0f6e7ebe 100644 --- a/nixos/zigbee2mqtt.nix +++ b/nixos/zigbee2mqtt.nix @@ -30,7 +30,6 @@ in { url = access.proxyUrlFor { serviceName = "mosquitto"; scheme = "mqtt"; - getAddressFor = "getAddress4For"; }; in mkIf (!config.services.mosquitto.enable) (