update: misc

This commit is contained in:
FabricSoul 2025-08-07 19:16:35 -04:00
parent ac014e766f
commit 900df161db
2 changed files with 9 additions and 7 deletions

View file

@ -14,7 +14,11 @@
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "thunderbolt" "usb_storage" "usbhid" "sd_mod"];
boot.initrd.kernelModules = [];
boot.kernelModules = ["kvm-amd"];
boot.kernelModules = ["kvm-amd" "v4l2loopback"];
boot.extraModulePackages = with config.boot.kernelPackages; [
v4l2loopback
];
hardware.enableRedistributableFirmware = true;