aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/home-assistant.nix4
1 files changed, 0 insertions, 4 deletions
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;
};