From 61e41fca0a72d664c3b5ce99012439c177c42f4d Mon Sep 17 00:00:00 2001 From: Andreas Schaafsma Date: Thu, 12 Feb 2026 19:28:04 +0100 Subject: [PATCH] add lact --- .../drivebystation-nix/hardware/graphics/intel.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/systems/x86_64-linux/drivebystation-nix/hardware/graphics/intel.nix b/systems/x86_64-linux/drivebystation-nix/hardware/graphics/intel.nix index 9180568..93f4881 100644 --- a/systems/x86_64-linux/drivebystation-nix/hardware/graphics/intel.nix +++ b/systems/x86_64-linux/drivebystation-nix/hardware/graphics/intel.nix @@ -52,6 +52,13 @@ }; + ############################ + ## LACT Settings for Overclocking + ############################ + + services.lact.enable = true; + + ############################ ## X / Wayland GPU Drivers