update bootlaoder

This commit is contained in:
Frost-Phoenix 2023-11-05 14:48:55 +01:00
parent 0995a41051
commit e0e976077d

View file

@ -4,5 +4,5 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages_lqx;
boot.initrd.kernelModules = [ "amdgpu" ];
# boot.initrd.kernelModules = [ "amdgpu" ];
}