From e0e976077d98b8635cd8b951ad69e9b36a007983 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sun, 5 Nov 2023 14:48:55 +0100 Subject: [PATCH] update bootlaoder --- modules/core/bootloader.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/bootloader.nix b/modules/core/bootloader.nix index b6ce9d5..277a057 100644 --- a/modules/core/bootloader.nix +++ b/modules/core/bootloader.nix @@ -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" ]; }