From 6487de443137c73e57f07f912b982afb7b4ef04d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 11 Apr 2023 17:07:01 +0200 Subject: home-assistant: removed mqtt settings --- nixos/modules/home-assistant.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nixos/modules/home-assistant.nix') diff --git a/nixos/modules/home-assistant.nix b/nixos/modules/home-assistant.nix index 545cec8..b22a285 100644 --- a/nixos/modules/home-assistant.nix +++ b/nixos/modules/home-assistant.nix @@ -136,10 +136,6 @@ in { }; http.server_port = 8808; mqtt = { - broker = "localhost"; - port = 1883; - username = "homeassistant"; - password = "!secret mqtt_password"; sensor = import ./home-assistant/sensors.nix; light = import ./home-assistant/light.nix; }; -- cgit v1.2.3