remove nvidia for now

This commit is contained in:
twoneis 2024-06-10 00:55:13 +02:00
parent ef38cbc052
commit 57b9da65cb

View file

@ -5,7 +5,6 @@
nixpkgs = {
hostPlatform = "x86_64-linux";
config.nvidia.acceptLicense = true;
};
networking = {
@ -55,11 +54,6 @@
services = {
thermald.enable = true;
upower.enable = true;
xserver = {
enable = true;
displayManager.gdm.enable = true;
videoDrivers = ["nvidia"];
};
};
hardware = {
@ -67,18 +61,6 @@
enableAllFirmware = true;
cpu.intel.updateMicrocode = true;
nvidia = {
modesetting.enable = true;
package = config.boot.kernelPackages.nvidiaPackages.legacy_470;
prime = {
intelBusId = "PCI:0:2:0";
nvidiaBusId = "PCI:1:0:0";
sync.enable = true;
};
};
opengl = {
enable = true;
driSupport = true;
@ -87,5 +69,4 @@
};
system.stateVersion = "24.05";
}