My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[marvin] add iHD kernel module

Makes B580 work properly

dish c8b4c8c3 1be9d4ea

+4 -1
+4 -1
hosts/marvin/bootloader.nix
··· 10 10 { 11 11 boot = { 12 12 extraModulePackages = [ ]; 13 - kernelModules = [ "kvm-amd" ]; 13 + kernelModules = [ 14 + "kvm-amd" 15 + "iHD" 16 + ]; 14 17 kernelPackages = pkgs.linuxPackages_6_18; 15 18 kernelParams = [ "nohibernate" ]; 16 19 supportedFilesystems = fileSystems;