From a9dcd029f2b3346d295f2e881437ff26c48b7ea7 Mon Sep 17 00:00:00 2001 From: cnst Date: Sat, 19 Jul 2025 16:22:31 +0200 Subject: [PATCH] homepage tinkering --- modules/server/homepage/default.nix | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/modules/server/homepage/default.nix b/modules/server/homepage/default.nix index 6966e656..a67e6cab 100644 --- a/modules/server/homepage/default.nix +++ b/modules/server/homepage/default.nix @@ -150,7 +150,29 @@ in { widget = { type = "glances"; url = "http://localhost:${port}"; - metric = "sensor:Package id 0"; + metric = "sensor:Tctl"; + chart = false; + version = 4; + }; + }; + } + { + "GPU Radeon" = { + widget = { + type = "glances"; + url = "http://localhost:${port}"; + metric = "sensor:junction"; + chart = false; + version = 4; + }; + }; + } + { + "GPU Intel" = { + widget = { + type = "glances"; + url = "http://localhost:${port}"; + metric = "sensor:Composite"; chart = false; version = 4; };