blossom/kernel: add v4l2loopback
This commit is contained in:
parent
3f26f71867
commit
a0f0818884
1 changed files with 3 additions and 0 deletions
|
|
@ -18,5 +18,8 @@
|
|||
"msr.allow_writes=on"
|
||||
];
|
||||
kernelPackages = lib.mkForce (pkgs.linuxPackagesFor pkgs.me.linux-lava);
|
||||
|
||||
extraModulePackages = [ config.boot.kernelPackages.v4l2loopback.out ];
|
||||
kernelModules = [ "v4l2loopback" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue