Changed: Programms

This commit is contained in:
2025-04-16 21:54:10 +02:00
parent cbc9e868ee
commit c65ea98734
16 changed files with 274 additions and 39 deletions

View File

@@ -10,8 +10,11 @@
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.kernelModules = [ "kvm-intel" "v4l2loopback"];
boot.extraModulePackages = [ config.boot.kernelPackages.v4l2loopback.out ];
boot.extraModprobeConfig = ''
options v4l2loopback exclusive_caps=1 card_label="Virtual Camera"
'';
fileSystems."/" =
{ device = "/dev/disk/by-label/NIXROOT";