newer kernel

This commit is contained in:
Tootbrute 2025-05-21 20:27:26 +08:00
parent 33b153b7f1
commit 1d57dd5bc2
3 changed files with 4 additions and 14 deletions

View file

@ -13,10 +13,9 @@
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
# trying to make microphone work
boot.extraModprobeConfig = ''
options snd slots=snd-hda-intel
'';
#boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_6_14;
fileSystems."/" =
{ device = "/dev/disk/by-uuid/67519a81-c750-4cab-9e25-1f709b0b90de";