feat(ops/nixos/nugget): Add module for v4l2loopback support
This kernel module creates a fake video input device to which I can stream various things, such as screen grabs or qyliss' video stream for TVL.
This commit is contained in:
parent
0473307f87
commit
d2d7385833
2 changed files with 13 additions and 0 deletions
|
@ -16,6 +16,7 @@ config: let
|
|||
in depot.lib.fix(self: {
|
||||
imports = [
|
||||
../modules/tailscale.nix
|
||||
../modules/v4l2loopback.nix
|
||||
];
|
||||
|
||||
hardware = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue