mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
fix(toum): does not boot with new kernel
This commit is contained in:
@@ -41,7 +41,6 @@ in {
|
||||
dtparam=audio=on
|
||||
'';
|
||||
}
|
||||
{ boot.kernelParams = [ "console=ttyS1,115200n8" ]; } # Enable serial console
|
||||
{
|
||||
imports = [ <stockholm/krebs/3modules/urlwatch.nix> ];
|
||||
|
||||
|
||||
@@ -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