summary refs log tree commit diff
path: root/nixos/modules/services/home-automation
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-02-22 12:07:02 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-02-22 12:07:02 +0100
commit0dd8ef5ef7bab2214b3ad2b34ba8466c37e9e078 (patch)
treef64366727cca424ae609fc9ded3737f365e9a44c /nixos/modules/services/home-automation
parent1090fcb7c937e6659f93ffbd7794e9f57de71e42 (diff)
downloadnixpkgs-0dd8ef5ef7bab2214b3ad2b34ba8466c37e9e078.tar
nixpkgs-0dd8ef5ef7bab2214b3ad2b34ba8466c37e9e078.tar.gz
nixpkgs-0dd8ef5ef7bab2214b3ad2b34ba8466c37e9e078.tar.bz2
nixpkgs-0dd8ef5ef7bab2214b3ad2b34ba8466c37e9e078.tar.lz
nixpkgs-0dd8ef5ef7bab2214b3ad2b34ba8466c37e9e078.tar.xz
nixpkgs-0dd8ef5ef7bab2214b3ad2b34ba8466c37e9e078.tar.zst
nixpkgs-0dd8ef5ef7bab2214b3ad2b34ba8466c37e9e078.zip
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.
Diffstat (limited to 'nixos/modules/services/home-automation')
-rw-r--r--nixos/modules/services/home-automation/home-assistant.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/modules/services/home-automation/home-assistant.nix b/nixos/modules/services/home-automation/home-assistant.nix
index 5a40baf7fb1..6022227f6ea 100644
--- a/nixos/modules/services/home-automation/home-assistant.nix
+++ b/nixos/modules/services/home-automation/home-assistant.nix
@@ -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>.
       '';
     };