From 8ec2a5086aaf819561308bf09b1fe6cc91f000eb Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sat, 12 Sep 2026 17:29:13 -0700 Subject: Remove unhelpful option --- hosts/ginaz/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ginaz/hardware-configuration.nix b/hosts/ginaz/hardware-configuration.nix index 96adb86..787065c 100644 --- a/hosts/ginaz/hardware-configuration.nix +++ b/hosts/ginaz/hardware-configuration.nix @@ -9,7 +9,7 @@ ]; boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usb_storage" "sd_mod" ]; - boot.initrd.kernelModules = [ "amdgpu" ]; + boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" "ntsync" ]; boot.extraModulePackages = [ ]; -- cgit v1.3.1