Added v4l2loopback for Camera Support
All checks were successful
/ Check Nix Flake (push) Successful in 1m58s
All checks were successful
/ Check Nix Flake (push) Successful in 1m58s
This commit is contained in:
parent
d744af2bc3
commit
57feedf5b8
1 changed files with 4 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue