about summary refs log tree commit diff
path: root/nixos/modules/services/home-automation
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-15 07:16:25 +0200
committerpennae <82953136+pennae@users.noreply.github.com>2022-08-19 22:40:58 +0200
commit6039648c50c7c0858b5e506c6298773a98e0f066 (patch)
tree5421b3c36609e710c85b43d92dc3b830f6a1385b /nixos/modules/services/home-automation
parent7e7d68a250f75678451cd44f8c3d585bf750461e (diff)
downloadnixlib-6039648c50c7c0858b5e506c6298773a98e0f066.tar
nixlib-6039648c50c7c0858b5e506c6298773a98e0f066.tar.gz
nixlib-6039648c50c7c0858b5e506c6298773a98e0f066.tar.bz2
nixlib-6039648c50c7c0858b5e506c6298773a98e0f066.tar.lz
nixlib-6039648c50c7c0858b5e506c6298773a98e0f066.tar.xz
nixlib-6039648c50c7c0858b5e506c6298773a98e0f066.tar.zst
nixlib-6039648c50c7c0858b5e506c6298773a98e0f066.zip
nixos/*: automatically convert option docs
Diffstat (limited to 'nixos/modules/services/home-automation')
-rw-r--r--nixos/modules/services/home-automation/home-assistant.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/home-automation/home-assistant.nix b/nixos/modules/services/home-automation/home-assistant.nix
index 07c2a26df2cd..c435491e71a9 100644
--- a/nixos/modules/services/home-automation/home-assistant.nix
+++ b/nixos/modules/services/home-automation/home-assistant.nix
@@ -126,10 +126,10 @@ in {
           psycopg2
         ];
       '';
-      description = ''
+      description = lib.mdDoc ''
         List of packages to add to propagatedBuildInputs.
 
-        A popular example is <literal>python3Packages.psycopg2</literal>
+        A popular example is `python3Packages.psycopg2`
         for PostgreSQL support in the recorder component.
       '';
     };