Update systems/x86_64-linux/iriy/hardware-configuration.nix
Needed for up-to-date firmware
This commit is contained in:
parent
99d64c588e
commit
4608994401
@ -7,7 +7,7 @@
|
|||||||
[ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ];
|
[ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ];
|
||||||
boot.initrd.kernelModules = [ ];
|
boot.initrd.kernelModules = [ ];
|
||||||
boot.kernelModules = [ "v4l2loopback" "kvm-amd" ];
|
boot.kernelModules = [ "v4l2loopback" "kvm-amd" ];
|
||||||
# boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
boot.extraModulePackages = with config.boot.kernelPackages;
|
boot.extraModulePackages = with config.boot.kernelPackages;
|
||||||
[ v4l2loopback.out ];
|
[ v4l2loopback.out ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user