From 435bf6888b362b4e59edb6b945098f3355a72bc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sun, 18 Oct 2020 17:29:05 +0200 Subject: [PATCH] fix(toum): does not boot with new kernel --- systems/toum/configuration.nix | 1 - systems/toum/hardware-configuration.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/systems/toum/configuration.nix b/systems/toum/configuration.nix index f2db61d..9bffda9 100644 --- a/systems/toum/configuration.nix +++ b/systems/toum/configuration.nix @@ -41,7 +41,6 @@ in { dtparam=audio=on ''; } - { boot.kernelParams = [ "console=ttyS1,115200n8" ]; } # Enable serial console { imports = [ ]; diff --git a/systems/toum/hardware-configuration.nix b/systems/toum/hardware-configuration.nix index cc0eadf..d64c103 100644 --- a/systems/toum/hardware-configuration.nix +++ b/systems/toum/hardware-configuration.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 = {