Test a new kernel version on the laptop
This commit is contained in:
parent
eb6be445de
commit
b93bc4bff3
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "thunderbolt" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-amd" "acpi_call" ];
|
||||
boot.kernelPackages = pkgs.linuxPackages_hardkernel_latest;
|
||||
# boot.extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
|
||||
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
|
|
Loading…
Reference in a new issue