feat(rpi4): switch to mainline kernel

This commit is contained in:
Felix Schröter 2021-10-23 03:07:12 +02:00
parent 2a4a0b850a
commit 06ae860f16
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
2 changed files with 9 additions and 5 deletions
hardware

View file

@ -7,7 +7,4 @@
package = pkgs.mesa_drivers;
};
hardware.raspberry-pi."4".fkms-3d.enable = true;
boot.loader.raspberryPi.firmwareConfig = ''
gpu_mem=320
'';
}