about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-12-07 19:16:44 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-12-10 14:52:46 +0100
commit62f830fe6c59c01bd4b8e837ec0bb49b1ac54041 (patch)
treeeb5e8dca8546b2474f4c9d123732e1fd29d321ff /nixos/modules
parent308cddf828f8498577192ab28dbd52fd484b5c69 (diff)
nixos/home-assistant: fix broken reference in option example
(cherry picked from commit 04c2893d58e7fc78f1f0b287058cdbb45db24acb)
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/home-automation/home-assistant.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/home-automation/home-assistant.nix b/nixos/modules/services/home-automation/home-assistant.nix
index 8a469f7a015b0..a7e712301d93f 100644
--- a/nixos/modules/services/home-automation/home-assistant.nix
+++ b/nixos/modules/services/home-automation/home-assistant.nix
@@ -157,7 +157,7 @@ in {
       default = [];
       example = literalExpression ''
         with pkgs.home-assistant-custom-components; [
-          prometheus-sensor
+          prometheus_sensor
         ];
       '';
       description = lib.mdDoc ''