Add obs stuff

This commit is contained in:
2024-03-05 01:22:53 +01:00
parent 74311f01f8
commit 13d8a1b162
5 changed files with 18 additions and 6 deletions

View File

@@ -11,8 +11,10 @@
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
boot.kernelModules = [ "kvm-amd" "v4l2loopback" ];
boot.extraModulePackages = with config.boot.kernelPackages; [
v4l2loopback
];
fileSystems."/" =
{