summary refs log tree commit diff
path: root/nixos/modules/services/misc/home-assistant.nix
diff options
context:
space:
mode:
authoradisbladis <adis@blad.is>2018-02-03 16:53:54 +0800
committeradisbladis <adis@blad.is>2018-02-03 16:54:02 +0800
commit7ebb82e04f17d96313f1d60c748f32a7f7bee9f6 (patch)
treec0deee5b6692f50749323797fce4d3da0c6da4ab /nixos/modules/services/misc/home-assistant.nix
parentd1e2159638d21b499d36b9e1e3ee4663fdf4d2b5 (diff)
downloadnixlib-7ebb82e04f17d96313f1d60c748f32a7f7bee9f6.tar
nixlib-7ebb82e04f17d96313f1d60c748f32a7f7bee9f6.tar.gz
nixlib-7ebb82e04f17d96313f1d60c748f32a7f7bee9f6.tar.bz2
nixlib-7ebb82e04f17d96313f1d60c748f32a7f7bee9f6.tar.lz
nixlib-7ebb82e04f17d96313f1d60c748f32a7f7bee9f6.tar.xz
nixlib-7ebb82e04f17d96313f1d60c748f32a7f7bee9f6.tar.zst
nixlib-7ebb82e04f17d96313f1d60c748f32a7f7bee9f6.zip
home-assistant: Fix incorrect xml closing tag
Diffstat (limited to 'nixos/modules/services/misc/home-assistant.nix')
-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 4fbf5a412d12..666fa68b01ce 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.