update bootlaoder
This commit is contained in:
parent
0995a41051
commit
e0e976077d
|
@ -4,5 +4,5 @@
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.kernelPackages = pkgs.linuxPackages_lqx;
|
boot.kernelPackages = pkgs.linuxPackages_lqx;
|
||||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
# boot.initrd.kernelModules = [ "amdgpu" ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue