lifebook: change path of SSDT4

This commit is contained in:
Kabbone 2024-12-29 09:00:31 +01:00
parent 16c6d9e907
commit 1ef405296a
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -30,7 +30,7 @@
boot = { # Boot options
kernelPackages = pkgs.linuxPackages_latest;
initrd.prepend = [ "${/boot/patched-SSDT4}" ];
initrd.prepend = [ "${./patched-SSDT4}" ];
loader = { # EFI Boot
systemd-boot.enable = lib.mkForce false;