Skip to content

Commit

Permalink
Revert "bonney: attempt to enable nvidia"
Browse files Browse the repository at this point in the history
This reverts commit 3483a03.
  • Loading branch information
ifd3f committed May 23, 2024
1 parent 3483a03 commit e41c6b1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions machines/bonney/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,6 @@ with lib; {
nameservers = [ "8.8.8.8" "8.8.4.4" ];
};

services.xserver.videoDrivers = [ "nvidia" ];
hardware.nvidia = {
package = config.boot.kernelPackages.nvidiaPackages.production;
nvidiaSettings = true;
};
hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
extraPackages = with pkgs; [ vaapiVdpau ];
};

hardware.enableRedistributableFirmware = true;

time.timeZone = "US/Pacific";
Expand Down

0 comments on commit e41c6b1

Please sign in to comment.