diff --git a/flake.nix b/flake.nix index fc17993..1c2c3f5 100644 --- a/flake.nix +++ b/flake.nix @@ -100,11 +100,11 @@ nixpkgs.config.allowUnfree = true; boot.loader.raspberry-pi.bootloader = "kernel"; } - # Kernel patch: SYNC_PULSE-only (remove BURST) + # Kernel patch: BURST-only (remove SYNC_PULSE) ({ lib, ... }: { boot.kernelPatches = [{ - name = "panel-cwu50-no-burst"; - patch = ./patches/0008-panel-cwu50-no-burst.patch; + name = "panel-cwu50-remove-sync-pulse"; + patch = ./patches/0008-panel-cwu50-remove-sync-pulse.patch; }]; }) nixos-raspberrypi.nixosModules.nixpkgs-rpi