diff --git a/mediabox/configuration.nix b/mediabox/configuration.nix index 0979153..696f891 100644 --- a/mediabox/configuration.nix +++ b/mediabox/configuration.nix @@ -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 = {