add v4l2loopback to gabbielaptop/configuration.nix to allow OBS virtual camera use
This commit is contained in:
parent
f71af12698
commit
29f74e5639
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue