nixos/home-assistant: update package option description

Overriding can now happen using module options, which is preferred
because it is more discoverable and doesn't require knowledge of
overrides in the first place.
This commit is contained in:
Martin Weinelt 2022-02-22 12:07:02 +01:00
parent 1090fcb7c9
commit 0dd8ef5ef7
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -349,10 +349,6 @@ in {
'';
description = ''
The Home Assistant package to use.
Override <literal>extraPackages</literal> or <literal>extraComponents</literal> in order to add additional dependencies.
If you specify <option>config</option> and do not set <option>autoExtraComponents</option>
to <literal>false</literal>, overriding <literal>extraComponents</literal> will have no effect.
Avoid <literal>home-assistant.overridePythonAttrs</literal> if you use <literal>autoExtraComponents</literal>.
'';
};