"109 2026-01-28 15:21:17 26.05.20260123.c5296fd 6.18.7"
This commit is contained in:
@@ -14,7 +14,13 @@
|
|||||||
|
|
||||||
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod"];
|
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod"];
|
||||||
boot.kernelModules = ["kvm-amd" "amdgpu"];
|
boot.kernelModules = ["kvm-amd" "amdgpu"];
|
||||||
boot.extraModulePackages = [];
|
boot.extraModulePackages = with config.boot.kernelPackages; [
|
||||||
|
v4l2loopback
|
||||||
|
];
|
||||||
|
boot.extraModprobeConfig = ''
|
||||||
|
options v4l2loop devices=1 video_nr=1 card_label="OBS Cam" exclusive_caps=1
|
||||||
|
'';
|
||||||
|
security.polkit.enable = true;
|
||||||
|
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "/dev/disk/by-uuid/50366080-c1da-4726-b930-e5cd619afaaa";
|
device = "/dev/disk/by-uuid/50366080-c1da-4726-b930-e5cd619afaaa";
|
||||||
|
|||||||
Reference in New Issue
Block a user