Describe additional kernel modules

This commit is contained in:
Chris Thompson 2025-02-04 11:41:24 -05:00
parent 948e938526
commit ec2034efc8

View file

@ -42,7 +42,7 @@
# Temporarily pin to 6.12 to fix llvm/rocm build # Temporarily pin to 6.12 to fix llvm/rocm build
# https://github.com/NixOS/nixpkgs/issues/368672#issuecomment-2608697421 # https://github.com/NixOS/nixpkgs/issues/368672#issuecomment-2608697421
# boot.kernelPackages = pkgs.linuxPackages_6_12; # boot.kernelPackages = pkgs.linuxPackages_6_12;
# nct6775 - for monitoring functions on ASUS ROG STRIX B550-F GAMING WIFI II
boot.kernelModules = [ "kvm-amd" "nct6775" ]; boot.kernelModules = [ "kvm-amd" "nct6775" ];
# Direct patching for enabling for async reprojection (steamvr) on AMD # Direct patching for enabling for async reprojection (steamvr) on AMD