raspberry-pi/4: add only wireless firmwares

This commit is contained in:
Issam E. Maghni 2025-11-04 09:36:52 -05:00
parent 2e85ae1b70
commit 2a3a409ac5

View file

@ -55,6 +55,5 @@
}
];
# Required for the Wireless firmware
hardware.enableRedistributableFirmware = true;
hardware.firmware = [ pkgs.raspberrypiWirelessFirmware ];
}