Revert "mediabox/kernel: temporary fix for console issue"

This reverts commit 5025dd2571.
This commit is contained in:
Asmir A 2023-11-06 19:24:34 +01:00
parent 2f0bc3ef58
commit 3d7385616b
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -45,19 +45,6 @@
readOnlyNixStore = true;
supportedFilesystems = ["btrfs"];
tmp.useTmpfs = true;
kernelPatches = let
inherit (lib.kernel) yes;
in [
{
name = "264832";
patch = null;
extraStructuredConfig = {
FRAMEBUFFER_CONSOLE_DETECT_PRIMARY = yes;
DRM_FBDEV_EMULATION = yes;
};
}
];
};
security = {