From a0276f99f38ea2f605731c42cbacbc74351313ce Mon Sep 17 00:00:00 2001 From: teutat3s Date: Mon, 27 Mar 2023 18:06:49 +0200 Subject: [PATCH] fae: force RPi compatible kernel to make nix flake check happy --- hosts/fae.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/fae.nix b/hosts/fae.nix index 45b66066..996ec59d 100644 --- a/hosts/fae.nix +++ b/hosts/fae.nix @@ -87,6 +87,7 @@ # custom raspi boot loader is already present 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 # settings for stateful data, like file locations and database versions