all repos — nixfiles @ 365c0df92f6e8c59a0e0c38eabae1ba6f35d129d

System and user configuration, managed by nix and home-manager

nvidia-gpu: use open kernel module
Alan Pearce alan@alanpearce.eu
Mon, 28 Oct 2024 20:07:36 +0100
commit

365c0df92f6e8c59a0e0c38eabae1ba6f35d129d

parent

be7b2fcdb241178d1f53c3467f75c49f799ed7d2

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M system/settings/hardware/nvidia-gpu.nixsystem/settings/hardware/nvidia-gpu.nix
@@ -9,6 +9,7 @@ boot.initrd.kernelModules = [ "nvidia" ];   boot.extraModulePackages = [ config.boot.kernelPackages.nvidia_x11 ];
 
   hardware.nvidia = {
+    open = true;
     modesetting.enable = true;
     powerManagement = {
       enable = true;