lifebook: change path of SSDT4

This commit is contained in:
2024-12-29 09:00:31 +01:00
parent 16c6d9e907
commit 1ef405296a

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;