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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user