diff --git a/hosts/skycam/hardware-configuration.nix b/hosts/skycam/hardware-configuration.nix index ebe6d62..ee2f874 100644 --- a/hosts/skycam/hardware-configuration.nix +++ b/hosts/skycam/hardware-configuration.nix @@ -14,6 +14,15 @@ ]; boot = { + kernelPatches = [ + { + name = "cache-ls-table-dmabuf"; + patch = pkgs.fetchurl { + url = "https://github.com/raspberrypi/linux/pull/6429.patch"; + sha256 = "sha256-fEd+SgnjQXjAm1UcZTkHHPafmVeK/IySdLzhKI7DbS0="; + }; + } + ]; kernelParams = [ "panic=0" ];