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:
Zhongheng Liu 2024-08-25 18:41:15 +08:00
commit 61202b51c7
No known key found for this signature in database

View file

@ -15,6 +15,7 @@
};
};
};
boot.kernelModules = ["nvidia_uvm"];
hardware.graphics = {
enable = true;
extraPackages = with pkgs; [