From e41c6b19f59f22fec2bf27627c714151afac8e7c Mon Sep 17 00:00:00 2001 From: Astrid Yu Date: Wed, 22 May 2024 22:06:32 -0700 Subject: [PATCH] Revert "bonney: attempt to enable nvidia" This reverts commit 3483a03773f11603181f4eabf530c112e4352fd4. --- machines/bonney/configuration.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/machines/bonney/configuration.nix b/machines/bonney/configuration.nix index 37503cfb..7b38d962 100644 --- a/machines/bonney/configuration.nix +++ b/machines/bonney/configuration.nix @@ -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";