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 = {