aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/machine/errol.nix4
-rw-r--r--nixos/modules/home-assistant.nix4
2 files changed, 0 insertions, 8 deletions
diff --git a/nixos/machine/errol.nix b/nixos/machine/errol.nix
index ad3137c..1a586a1 100644
--- a/nixos/machine/errol.nix
+++ b/nixos/machine/errol.nix
@@ -77,10 +77,6 @@ with lib; {
};
http.server_port = 8808;
mqtt = {
- broker = config.cynerd.hosts.spt.mox;
- port = 1883;
- username = "homeassistant";
- password = "!secret mqtt_password";
sensor = import ../modules/home-assistant/sensors.nix;
light = import ../modules/home-assistant/light.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;
};