This commit is contained in:
iFargle 2024-02-06 19:17:42 +09:00
parent 2913693512
commit 216e02e111

View file

@ -26,6 +26,7 @@
boot.kernelModules = [ "kvm-amd" ]; boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelParams = [ "boot.shell_on_fail" ];
# 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;