lifebook: change path of SSDT4
This commit is contained in:
parent
16c6d9e907
commit
1ef405296a
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
boot = { # Boot options
|
boot = { # Boot options
|
||||||
kernelPackages = pkgs.linuxPackages_latest;
|
kernelPackages = pkgs.linuxPackages_latest;
|
||||||
initrd.prepend = [ "${/boot/patched-SSDT4}" ];
|
initrd.prepend = [ "${./patched-SSDT4}" ];
|
||||||
|
|
||||||
loader = { # EFI Boot
|
loader = { # EFI Boot
|
||||||
systemd-boot.enable = lib.mkForce false;
|
systemd-boot.enable = lib.mkForce false;
|
||||||
|
Loading…
Reference in New Issue
Block a user