From a2a6918f1f9a2ebd706765e54761b086444a4e55 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sun, 17 Mar 2024 11:39:30 +0100 Subject: [PATCH] disable loopback for now --- modules/graphical/obs.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/graphical/obs.nix b/modules/graphical/obs.nix index 1bf4202..eaf612d 100644 --- a/modules/graphical/obs.nix +++ b/modules/graphical/obs.nix @@ -1,9 +1,10 @@ { config, pkgs, ...}: { - boot = { - kernelModules = ["v4l2loopback"]; # Autostart kernel modules on boot - extraModulePackages = with config.boot.kernelPackages; [v4l2loopback]; # loopback module to make OBS virtual camera work - }; + # borked in unstable branch + #boot = { + # kernelModules = ["v4l2loopback"]; # Autostart kernel modules on boot + # extraModulePackages = with config.boot.kernelPackages; [v4l2loopback]; # loopback module to make OBS virtual camera work + #}; environment.systemPackages = with pkgs; [ (wrapOBS {