From 9c2f2a932f9858874da81649a817ffed4cf0ea2a Mon Sep 17 00:00:00 2001 From: Asmir A Date: Mon, 6 Nov 2023 19:24:05 +0100 Subject: [PATCH] Revert "nixy/kernel: temporary fix for console issue" This reverts commit b432b209c317d138460ac6b07642e03e3e8dbca3. --- nixy/configuration.nix | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/nixy/configuration.nix b/nixy/configuration.nix index 9c9efca..c4c87ec 100644 --- a/nixy/configuration.nix +++ b/nixy/configuration.nix @@ -47,19 +47,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 = {