forked from pub-solar/os
fae: force RPi compatible kernel to make nix flake check happy
This commit is contained in:
parent
92201e4a79
commit
a0276f99f3
|
@ -87,6 +87,7 @@
|
||||||
|
|
||||||
# custom raspi boot loader is already present
|
# custom raspi boot loader is already present
|
||||||
boot.loader.systemd-boot.enable = lib.mkForce false;
|
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||||
|
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_rpi4;
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
|
|
Loading…
Reference in a new issue