From 2b92aaeae691ee3c3133442c53f46fcbbf2e5571 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 2 Jan 2024 17:34:18 +0100 Subject: sys/mbp.nix: blacklist appledrm --- sys/mbp.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys') diff --git a/sys/mbp.nix b/sys/mbp.nix index 021b3ff96985..d68953d27535 100644 --- a/sys/mbp.nix +++ b/sys/mbp.nix @@ -47,6 +47,9 @@ } ]; + # appledrm with software rendering is much laggier than simpledrm with software. + boot.blacklistedKernelModules = [ "appledrm" ]; + fileSystems."/" = { device = "/dev/disk/by-uuid/e5821c99-7507-421d-9280-de09a055d926"; fsType = "btrfs"; -- cgit 1.4.1