added example for hwmon path

This commit is contained in:
twoneis 2024-06-14 00:20:57 +02:00
parent 636cc5b9da
commit 7b78962e0d

View file

@ -15,6 +15,7 @@
hwmonPath = mkOption {
type = with types; nullOr str;
default = null;
example = "/sys/class/hwmon/hwmon1/temp1_input";
};
};
}