diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-03-22 17:17:59 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-03-22 17:17:59 +0530 |
| commit | edc4ef0106f7d4a37d367e81ae9e6470dbdc7087 (patch) | |
| tree | 2e49381dbfec01b74d3b91bffc3c75e040742cef /hardware-configuration.nix | |
| parent | 384f3554cc53cf03fa9a4cf9e1bfa74aaa64a13f (diff) | |
| download | nixos-config-edc4ef0106f7d4a37d367e81ae9e6470dbdc7087.tar.gz nixos-config-edc4ef0106f7d4a37d367e81ae9e6470dbdc7087.zip | |
chore: config sync
Diffstat (limited to '')
| -rw-r--r-- | hardware-configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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" ]; |
