cofractal-ams01: switch back to default kernel
This commit is contained in:
parent
4d5a95770c
commit
2f41c3a0f7
1 changed files with 0 additions and 2 deletions
|
@ -30,8 +30,6 @@
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
# As of 2023-01-08, nixpkgs is pointed at Linux 5.15.86, which seems to hang with the E810-XXV NIC in this board.
|
|
||||||
boot.kernelPackages = if builtins.compareVersions pkgs.linuxPackages.kernel.version "6.0" != -1 then throw "cofractal-ams01: maybe try the stock kernel again? now at ${pkgs.linuxPackages.kernel.version}" else pkgs.linuxPackages_6_1;
|
|
||||||
boot.blacklistedKernelModules = [ "ib_core" "irdma" ];
|
boot.blacklistedKernelModules = [ "ib_core" "irdma" ];
|
||||||
|
|
||||||
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
||||||
|
|
Loading…
Reference in a new issue