added example for hwmon path
This commit is contained in:
parent
636cc5b9da
commit
7b78962e0d
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
hwmonPath = mkOption {
|
hwmonPath = mkOption {
|
||||||
type = with types; nullOr str;
|
type = with types; nullOr str;
|
||||||
default = null;
|
default = null;
|
||||||
|
example = "/sys/class/hwmon/hwmon1/temp1_input";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue