nixops: wifi on rpi4 needs pkgs.linuxPackages_rpi4

force-ssl-main-website
Sebastien Bourdeauducq 2022-07-12 17:01:38 +08:00
parent e5250c88fb
commit eb42f0718c
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
boot.loader.grub.enable = false;
boot.loader.generic-extlinux-compatible.enable = true;
boot.kernelParams = ["cma=64M"]; # work around https://github.com/raspberrypi/linux/issues/3208
boot.kernelPackages = pkgs.linuxPackages_rpi4;
boot.initrd.includeDefaultModules = false;
fileSystems = {