Update to the latest kernel
This commit is contained in:
parent
b93bc4bff3
commit
c6c72b4e92
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue