Test a new kernel version on the laptop

This commit is contained in:
iFargle 2024-01-08 11:18:54 +09:00
parent eb6be445de
commit b93bc4bff3

View file

@ -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;