diff --git a/hosts/helios/hardware-configuration.nix b/hosts/helios/hardware-configuration.nix index 6a9c89d..22797aa 100644 --- a/hosts/helios/hardware-configuration.nix +++ b/hosts/helios/hardware-configuration.nix @@ -22,6 +22,7 @@ ]; initrd.kernelModules = [ ]; initrd.supportedFilesystems = [ "zfs" ]; + blacklistedKernelModules = [ "amdgpu" ]; kernelModules = [ "kvm-intel" ]; kernelParams = [ "elevator=none" ]; extraModulePackages = [ ];