Change kernel and add corectl

This commit is contained in:
Chris Thompson 2025-02-27 14:15:54 -05:00
parent fd710c41f5
commit 65ddfeec6f

View file

@ -42,6 +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;
boot.kernelPackages = pkgs.linuxPackages_zen;
# nct6775 - for monitoring functions on ASUS ROG STRIX B550-F GAMING WIFI II
boot.kernelModules = [ "kvm-amd" "nct6775" ];
@ -244,6 +245,7 @@
vorta # borg backup UI
ncdu # nncurses tool for examining disk usage
psmisc # process tools like killall
corectrl # provide hardware clock controls for AMDGPU
];
programs.zsh.enable = true;
programs.git = {