Skip to content

Commit

Permalink
Remove hardware.opengl.setLdLibraryPath, which was removed in NixOS…
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry committed Aug 2, 2024
1 parent d27e575 commit 6b20f61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nixos-modules/nvidia-docker.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
flake.nixosModules.nvidiaDocker = { config, pkgs, ... }: {
hardware.opengl.enable = true;
hardware.opengl.driSupport32Bit = true;
hardware.opengl.setLdLibraryPath = true;
# hardware.nvidia.modesetting.enable = true;
services.xserver.videoDrivers = [ "nvidia" ];
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
Expand Down

0 comments on commit 6b20f61

Please sign in to comment.