[NixOS] Enable audio in raspberry pi

This commit is contained in:
Ivan Malison 2021-08-17 23:44:09 -06:00
parent c7aaa1399d
commit 8e0e189cd4
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2,6 +2,7 @@
{
hardware.raspberry-pi."4".fkms-3d.enable = true;
hardware.raspberry-pi."4".audio.enable = true;
boot = {
kernelPackages = pkgs.linuxPackages_rpi4;