Merge pull request #1663 from concatime/feat/add-only-wireless-firmwares

raspberry-pi/4: add only wireless firmwares
This commit is contained in:
Jörg Thalheim 2025-11-06 11:04:51 +00:00 committed by GitHub
commit 3e24540eb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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