From ec2034efc8a3ae3d296d1c77ab889de1e6387319 Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Tue, 4 Feb 2025 11:41:24 -0500 Subject: [PATCH] Describe additional kernel modules --- hosts/default/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 830364d..66e5571 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -42,7 +42,7 @@ # Temporarily pin to 6.12 to fix llvm/rocm build # https://github.com/NixOS/nixpkgs/issues/368672#issuecomment-2608697421 # boot.kernelPackages = pkgs.linuxPackages_6_12; - + # nct6775 - for monitoring functions on ASUS ROG STRIX B550-F GAMING WIFI II boot.kernelModules = [ "kvm-amd" "nct6775" ]; # Direct patching for enabling for async reprojection (steamvr) on AMD