Added v4l2loopback for Camera Support
Some checks are pending
/ Check Nix Flake (push) Waiting to run

This commit is contained in:
kB01 2025-04-22 02:23:17 +02:00
parent d744af2bc3
commit 57feedf5b8
No known key found for this signature in database

View file

@ -18,8 +18,10 @@ in {
general.backend = "drm";
};
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.kernelModules = [ "kvm-intel" "v4l2loopback" ];
boot.extraModulePackages = with config.boot.kernelPackages; [
v4l2loopback
];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/93d26de6-3831-4c1f-95ea-b7b158730749";