From 91ea0a10cf2c804f2474666f5ffd5e947ccd72f9 Mon Sep 17 00:00:00 2001 From: k3t Date: Sat, 8 Aug 2026 00:45:39 -0600 Subject: [PATCH] reenable lact & enable iio on thinkpad --- hosts/laptop/hardware-configuration.nix | 1 + modules/sys/hw/gpu/amd.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/laptop/hardware-configuration.nix b/hosts/laptop/hardware-configuration.nix index c3750c6..540fc56 100644 --- a/hosts/laptop/hardware-configuration.nix +++ b/hosts/laptop/hardware-configuration.nix @@ -14,4 +14,5 @@ nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + hardware.sensor.iio.enable = true; } diff --git a/modules/sys/hw/gpu/amd.nix b/modules/sys/hw/gpu/amd.nix index ca3a359..9dcaa9b 100644 --- a/modules/sys/hw/gpu/amd.nix +++ b/modules/sys/hw/gpu/amd.nix @@ -1,7 +1,7 @@ { pkgs, ... }: { - #services.lact.enable = true; + services.lact.enable = true; nixpkgs.config.rocmSupport = true; hardware = {