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