From 7b78962e0d618ad98d894568a7a7e7b7631997c4 Mon Sep 17 00:00:00 2001 From: twoneis Date: Fri, 14 Jun 2024 00:20:57 +0200 Subject: [PATCH] added example for hwmon path --- options.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/options.nix b/options.nix index 1da5f53..1bac5e9 100644 --- a/options.nix +++ b/options.nix @@ -15,6 +15,7 @@ hwmonPath = mkOption { type = with types; nullOr str; default = null; + example = "/sys/class/hwmon/hwmon1/temp1_input"; }; }; }