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";
|
general.backend = "drm";
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.kernelModules = [ "kvm-intel" ];
|
boot.kernelModules = [ "kvm-intel" "v4l2loopback" ];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = with config.boot.kernelPackages; [
|
||||||
|
v4l2loopback
|
||||||
|
];
|
||||||
|
|
||||||
fileSystems."/" =
|
fileSystems."/" =
|
||||||
{ device = "/dev/disk/by-uuid/93d26de6-3831-4c1f-95ea-b7b158730749";
|
{ device = "/dev/disk/by-uuid/93d26de6-3831-4c1f-95ea-b7b158730749";
|
||||||
|
|
Loading…
Add table
Reference in a new issue