forked from M-Labs/it-infra
nixops: wifi on rpi4 needs pkgs.linuxPackages_rpi4
This commit is contained in:
parent
e5250c88fb
commit
eb42f0718c
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue