nixos/tests/home-assistant: don't test package

The modules overrides extraComponents which leads to a costly rebuild of
the home-assistant package with all tests.  Make it less costly by not
running the tests, as does the default for the package option.  The
package's tests are already run by ofborg on every pull request as well
as by Hydra when building home-assistant.
This commit is contained in:
Robert Schütz 2021-06-28 14:32:39 +02:00
parent 536cb54f81
commit a3d043387f

@ -23,8 +23,6 @@ in {
services.home-assistant = {
inherit configDir;
enable = true;
# includes the package with all tests enabled
package = pkgs.home-assistant;
config = {
homeassistant = {
name = "Home";