feat(rpi4): increase gpu_mem to 320

This commit is contained in:
Felix Schröter 2020-10-07 02:03:30 +02:00
parent 2bfc37f8d8
commit 2f33e6835a
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -14,6 +14,6 @@
videoDrivers = [ "modesetting" ]; videoDrivers = [ "modesetting" ];
}; };
boot.loader.raspberryPi.firmwareConfig = '' boot.loader.raspberryPi.firmwareConfig = ''
gpu_mem=192 gpu_mem=320
''; '';
} }