fix: resolve issue with obs-studio and NVENC
Manually forced nvidia_uvm kernel module to load when system boots. Fix for https://github.com/NixOS/nixpkgs/issues/272413
This commit is contained in:
parent
5515d4a9cd
commit
61202b51c7
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
boot.kernelModules = ["nvidia_uvm"];
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue