From a718641c02c3dc121be0bf07cae365e8ff499fa7 Mon Sep 17 00:00:00 2001 From: Meliox Date: Sun, 9 Aug 2026 10:42:43 +0200 Subject: [PATCH] typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 94888f6..934f407 100644 --- a/readme.md +++ b/readme.md @@ -22,7 +22,7 @@ TBD PICTURE | Mod | Description | Dependencies | |--------|-------------|--------------| -| [`node_info`](src/modules/node_info/readme.md) | Displays sensor readings in the node status panel: CPU, NVMe/HDD/SSD temperatures (°C/°F), fan speeds, RAM temperatures, GPU stats (Intel/NVIDIA), UPS status, and system/motherboard info.
Can optionally run as background sensor daemon | - General sensors: `lm-sensors`
- HDD/SSD: Kernal module `drivetemp`
- UPS: `upsc`
- GPU: INTEL `intel-gpu-tools` and/or NVIDIA `nvidia-driver-* ` +| [`node_info`](src/modules/node_info/readme.md) | Displays sensor readings in the node summary panel: CPU, NVMe/HDD/SSD temperatures (°C/°F), fan speeds, RAM temperatures, GPU stats (Intel/NVIDIA), UPS status, and system/motherboard info.
Can optionally run as background sensor daemon | - General sensors: `lm-sensors`
- HDD/SSD: Kernal module `drivetemp`
- UPS: `upsc`
- GPU: INTEL `intel-gpu-tools` and/or NVIDIA `nvidia-driver-* ` | [`nag_screen`](src/modules/nag_screen/readme.md) | Removes the subscription nag screen from the PVE web UI. | - | ### How it works