From db8e169196fc1c8743018e77f6588de67ed05337 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Thu, 6 Jan 2022 10:22:35 +0100 Subject: [PATCH] ADD v4l2loopback --- machine/nucturne/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/machine/nucturne/default.nix b/machine/nucturne/default.nix index e3fde7d..2e6ab48 100644 --- a/machine/nucturne/default.nix +++ b/machine/nucturne/default.nix @@ -4,6 +4,14 @@ hostName = "nucturne"; graphical = true; }; + + boot.extraModulePackages = [ + config.boot.kernelPackages.v4l2loopback + ]; + + boot.kernelModules = [ + "v4l2loopback" + ]; #networking.hostName = "nucturne"; # define the hostname # users = {