summaryrefslogtreecommitdiffstats
path: root/nixos/tests/home-assistant.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/home-assistant.nix')
-rw-r--r--nixos/tests/home-assistant.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/nixos/tests/home-assistant.nix b/nixos/tests/home-assistant.nix
index 8def0a6f9b9a..6b53914fd859 100644
--- a/nixos/tests/home-assistant.nix
+++ b/nixos/tests/home-assistant.nix
@@ -33,11 +33,13 @@ in {
longitude = "0.0";
elevation = 0;
auth_providers = [
- { type = "legacy_api_password"; }
+ {
+ type = "legacy_api_password";
+ api_password = apiPassword;
+ }
];
};
frontend = { };
- http.api_password = apiPassword;
mqtt = { # Use hbmqtt as broker
password = mqttPassword;
};