fix(gsr): enable nvidia-uvm

This commit is contained in:
matt1432 2023-12-12 21:36:37 -05:00
parent eaea3a3023
commit d15c6260d5

View file

@ -36,6 +36,9 @@ in {
'')
];
# Allow CUDA on boot
boot.kernelModules = ["nvidia-uvm"];
security.wrappers = {
gpu-screen-recorder = {
owner = "root";