This commit is contained in:
iFargle 2023-11-30 20:20:41 +09:00
parent d815f9af9b
commit cc35e39a18

View file

@ -18,7 +18,7 @@
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "thunderbolt" "sd_mod" "uas" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
# boot.extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
boot.extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
networking.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";