From edc4ef0106f7d4a37d367e81ae9e6470dbdc7087 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 22 Mar 2023 17:17:59 +0530 Subject: chore: config sync --- hardware-configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hardware-configuration.nix') diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 3c2b635..6db9258 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -19,6 +19,7 @@ "snd-seq" "snd-rawmidi" "uinput" + "v4l2loopback" ]; boot.kernelParams = [ "i8042.nopnp=1" @@ -28,6 +29,7 @@ ]; boot.extraModprobeConfig = '' options snd slots=snd-hda-intel + options v4l2loopback exclusive_caps=1 card_label="Virtual Camera" ''; boot.supportedFilesystems = [ "ntfs" ]; boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; -- cgit v1.3.1