From 64d7b799bedc8e1090c3cdba82cf7f3d72bb4a06 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 05:28:00 -0500 Subject: [PATCH] 278 current 2025-10-11 05:22:07 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/homelab/services/smarthome/zigbee2mqtt/default.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 328da3f..c9f13a6 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 277 current 2025-10-11 05:18:00 25.05.20251006.20c4598 6.12.50 * +# generation: 278 current 2025-10-11 05:22:07 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 8e97f58..ea3274a 100644 --- a/modules/homelab/services/smarthome/zigbee2mqtt/default.nix +++ b/modules/homelab/services/smarthome/zigbee2mqtt/default.nix @@ -63,8 +63,8 @@ in base_topic = "zigbee2mqtt"; client_id = "zigbee2mqtt"; server = "mqtt://localhost:1883"; - user = "${sec."mosquitto_passwd.yaml".path} user"; - password = "${sec."mosquitto_passwd.yaml".path} password"; + user = "${sec."mosquitto_passwd.yaml"} user"; + password = "${sec."mosquitto_passwd.yaml"} password"; keepalive = 20; }; serial = {