summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/misc/home-assistant.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/home-assistant.nix b/nixos/modules/services/misc/home-assistant.nix
index 4fbf5a412d1..666fa68b01c 100644
--- a/nixos/modules/services/misc/home-assistant.nix
+++ b/nixos/modules/services/misc/home-assistant.nix
@@ -70,7 +70,7 @@ in {
       default = true;
       type = types.bool;
       description = ''
-        If set to <literal>true</literal>, the components used in <literal>config</config>
+        If set to <literal>true</literal>, the components used in <literal>config</literal>
         are set as the specified package's <literal>extraComponents</literal>.
         This in turn adds all packaged dependencies to the derivation.
         You might still see import errors in your log.