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