1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 11:31:09 +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

@@ -41,7 +41,6 @@ in {
dtparam=audio=on dtparam=audio=on
''; '';
} }
{ boot.kernelParams = [ "console=ttyS1,115200n8" ]; } # Enable serial console
{ {
imports = [ <stockholm/krebs/3modules/urlwatch.nix> ]; imports = [ <stockholm/krebs/3modules/urlwatch.nix> ];

View File

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