about summary refs log tree commit diff
path: root/sys
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2024-01-02 17:34:18 +0100
committerAlyssa Ross <hi@alyssa.is>2024-01-02 17:34:34 +0100
commit2b92aaeae691ee3c3133442c53f46fcbbf2e5571 (patch)
treeaf9b2e97aa884d40c2c7512d2adedac0d509b051 /sys
parent3a559792110a75c0a56c8cc21cc9e1353b27351f (diff)
downloadnixlib-2b92aaeae691ee3c3133442c53f46fcbbf2e5571.tar
nixlib-2b92aaeae691ee3c3133442c53f46fcbbf2e5571.tar.gz
nixlib-2b92aaeae691ee3c3133442c53f46fcbbf2e5571.tar.bz2
nixlib-2b92aaeae691ee3c3133442c53f46fcbbf2e5571.tar.lz
nixlib-2b92aaeae691ee3c3133442c53f46fcbbf2e5571.tar.xz
nixlib-2b92aaeae691ee3c3133442c53f46fcbbf2e5571.tar.zst
nixlib-2b92aaeae691ee3c3133442c53f46fcbbf2e5571.zip
sys/mbp.nix: blacklist appledrm
Diffstat (limited to 'sys')
-rw-r--r--sys/mbp.nix3
1 files changed, 3 insertions, 0 deletions
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";