home-assistant: add modules to load

This commit is contained in:
Sandro - 2023-12-09 22:45:00 +01:00
parent 199490e10c
commit a58313758a
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 5 additions and 3 deletions

View File

@ -87,11 +87,13 @@ in
};
};
extraComponents = [
# extra things we use
"esphome"
"met"
"radio_browser"
"wled"
];
ldap.enable = true;
package = (pkgs.home-assistant.override {
package = pkgs.home-assistant.override {
# those tests take a long(er) time and can't be sped up with pytest-xdist
packageOverrides = _: prev: let
noTests.doCheck = false;
@ -99,7 +101,7 @@ in
aws-sam-translator = prev.aws-sam-translator.overridePythonAttrs (_: noTests);
moto = prev.moto.overridePythonAttrs (_: noTests);
};
});
};
};
nginx = {