droidcam and magit improvements

This commit is contained in:
Andrea Ciceri 2022-04-24 13:25:23 +02:00
parent 8175759a71
commit 39521036fb
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
11 changed files with 98 additions and 5 deletions

View file

@ -6,9 +6,10 @@
boot = {
initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
initrd.kernelModules = [ ];
kernelModules = [ "kvm-intel" "v4l2loopback" ];
kernelModules = [ "kvm-intel" "snd-aloop" "v4l2loopback" ];
extraModulePackages = with config.boot.kernelPackages; [
v4l2loopback
pkgs.v4l2loopback-dc
];
extraModprobeConfig = ''