Update to the latest kernel

This commit is contained in:
iFargle 2024-01-08 12:50:52 +09:00
parent b93bc4bff3
commit c6c72b4e92

View file

@ -18,7 +18,7 @@
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "thunderbolt" ]; boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "thunderbolt" ];
boot.initrd.kernelModules = [ ]; boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" "acpi_call" ]; boot.kernelModules = [ "kvm-amd" "acpi_call" ];
boot.kernelPackages = pkgs.linuxPackages_hardkernel_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
# boot.extraModulePackages = with config.boot.kernelPackages; [ acpi_call ]; # boot.extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
networking.useDHCP = lib.mkDefault true; networking.useDHCP = lib.mkDefault true;