add v4l2loopback to gabbielaptop/configuration.nix to allow OBS virtual camera use

This commit is contained in:
Gabriella Bere 2024-09-15 18:50:08 +01:00
parent f71af12698
commit 29f74e5639

View file

@ -37,7 +37,8 @@
"video=eDP-2:2560x1200@165" "video=eDP-2:2560x1200@165"
]; ];
boot.initrd.kernelModules = [ "amdgpu" ]; boot.initrd.kernelModules = [ "amdgpu" "v4l2loopback" ];
boot.extraModulePackages = [ pkgs.linuxPackages.v4l2loopback ];
networking.hostName = "gabbielaptop"; # Define your hostname. networking.hostName = "gabbielaptop"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.