1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 20:31:07 +01:00

fix(toum): does not boot with new kernel

This commit is contained in:
2020-10-18 17:29:05 +02:00
parent 2cbc6daac5
commit 435bf6888b
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{ config, pkgs, ... }: {
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages; # https://github.com/NixOS/nixpkgs/issues/97064#issuecomment-708986741
boot.kernelParams = [ "cma=32M" ];
fileSystems = {