reenable lact & enable iio on thinkpad

This commit is contained in:
k3t
2026-08-08 00:45:39 -06:00
parent 7e300df6fa
commit 91ea0a10cf
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -14,4 +14,5 @@
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
hardware.sensor.iio.enable = true;
} }
+1 -1
View File
@@ -1,7 +1,7 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
#services.lact.enable = true; services.lact.enable = true;
nixpkgs.config.rocmSupport = true; nixpkgs.config.rocmSupport = true;
hardware = { hardware = {