From ff14a8a0a5fc03e7a0b1f8c3cf5d8997399952b5 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 26 Sep 2023 16:57:46 +0200 Subject: [PATCH] hephaestus: proper sensor config --- hosts/hephaestus/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hephaestus/home.nix b/hosts/hephaestus/home.nix index 3c4e9eb..21ab96c 100644 --- a/hosts/hephaestus/home.nix +++ b/hosts/hephaestus/home.nix @@ -9,7 +9,7 @@ # Keyboard settings & i3 settings my.home.x.enable = true; my.home.x.i3bar.temperature.chip = "k10temp-pci-*"; - my.home.x.i3bar.temperature.inputs = ["Tccd1"]; + my.home.x.i3bar.temperature.inputs = ["Tctl"]; my.home.x.i3bar.networking.throughput_interfaces = ["wlp3s0"]; my.home.emacs.enable = true;