disable loopback for now
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
{ config, pkgs, ...}:
|
{ config, pkgs, ...}:
|
||||||
{
|
{
|
||||||
boot = {
|
# borked in unstable branch
|
||||||
kernelModules = ["v4l2loopback"]; # Autostart kernel modules on boot
|
#boot = {
|
||||||
extraModulePackages = with config.boot.kernelPackages; [v4l2loopback]; # loopback module to make OBS virtual camera work
|
# 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; [
|
environment.systemPackages = with pkgs; [
|
||||||
(wrapOBS {
|
(wrapOBS {
|
||||||
|
|||||||
Reference in New Issue
Block a user