mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
Added v4l2loopback for Camera Support
Some checks are pending
/ Check Nix Flake (push) Waiting to run
Some checks are pending
/ Check Nix Flake (push) Waiting to run
This commit is contained in:
parent
d744af2bc3
commit
57feedf5b8
|
|
@ -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…
Reference in a new issue