Add v4l2loopback

This commit is contained in:
Dave Gallant
2022-01-31 22:22:22 -05:00
parent d7f054f19c
commit ea9a014319
4 changed files with 22 additions and 58 deletions

View File

@@ -7,7 +7,7 @@
[ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
boot.extraModulePackages = [ config.boot.kernelPackages.v4l2loopback.out ];
powerManagement.cpuFreqGovernor = "performance";