diff options
author | Vincent Ambo <tazjin@google.com> | 2020-04-04T01·31+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-04-04T01·36+0100 |
commit | d2d7385833db890414519ee329847af38df12ffc (patch) | |
tree | 57ed1c23e371c7f68d7d5870b56ec94ffe54e6a2 /ops/nixos/nugget/default.nix | |
parent | 0473307f8763c60e88948bed5313affa1aabdfba (diff) |
feat(ops/nixos/nugget): Add module for v4l2loopback support r/615
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.
Diffstat (limited to 'ops/nixos/nugget/default.nix')
-rw-r--r-- | ops/nixos/nugget/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/nixos/nugget/default.nix b/ops/nixos/nugget/default.nix index 6d8c67cca247..e774eb64f413 100644 --- a/ops/nixos/nugget/default.nix +++ b/ops/nixos/nugget/default.nix @@ -16,6 +16,7 @@ config: let in depot.lib.fix(self: { imports = [ ../modules/tailscale.nix + ../modules/v4l2loopback.nix ]; hardware = { |