[NixOS] Add soundwire-dkms to adele

This commit is contained in:
Ivan Malison 2021-07-21 18:37:11 -06:00
parent 495358f6eb
commit d811cb9b64
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
hardware.opengl.extraPackages32 = [ pkgs.linuxPackages.nvidia_x11.lib32 ]; hardware.opengl.extraPackages32 = [ pkgs.linuxPackages.nvidia_x11.lib32 ];
boot.initrd.kernelModules = [ ]; boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ]; boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ]; boot.extraModulePackages = with config.boot.kernelPackages; [ soundwire-dkms ];
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;

@ -1 +1 @@
Subproject commit c40115beb0b0278867b794e69118785ed4d697e5 Subproject commit 3e8d02066c07af98ccaaa63c8bfafd0131e06d04