fix(gsr): enable nvidia-uvm
This commit is contained in:
parent
eaea3a3023
commit
d15c6260d5
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ in {
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Allow CUDA on boot
|
||||||
|
boot.kernelModules = ["nvidia-uvm"];
|
||||||
|
|
||||||
security.wrappers = {
|
security.wrappers = {
|
||||||
gpu-screen-recorder = {
|
gpu-screen-recorder = {
|
||||||
owner = "root";
|
owner = "root";
|
||||||
|
|
Loading…
Reference in a new issue