add allow unfree environment var

This commit is contained in:
Kopatz
2024-04-26 13:41:54 +02:00
parent 23cfa51d6c
commit 2e25a58edd
4 changed files with 15 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ in
# https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus
# Only available from driver 515.43.04+
# Currently alpha-quality/buggy, so false is currently the recommended setting.
open = false;
open = true;
# Enable the Nvidia settings menu,
# accessible via `nvidia-settings`.
nvidiaSettings = true;