v4l2loopback
This commit is contained in:
parent
f6b4455103
commit
48a177830e
1 changed files with 4 additions and 1 deletions
|
|
@ -13,8 +13,11 @@
|
||||||
../../modules/plasma
|
../../modules/plasma
|
||||||
];
|
];
|
||||||
|
|
||||||
boot = {
|
boot = rec {
|
||||||
kernelPackages = pkgs.linuxPackages_6_8;
|
kernelPackages = pkgs.linuxPackages_6_8;
|
||||||
|
extraModulePackages = with kernelPackages; [
|
||||||
|
v4l2loopback
|
||||||
|
];
|
||||||
consoleLogLevel = 0;
|
consoleLogLevel = 0;
|
||||||
initrd.verbose = false;
|
initrd.verbose = false;
|
||||||
plymouth = rec {
|
plymouth = rec {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue