remove nvidia for now
This commit is contained in:
parent
ef38cbc052
commit
57b9da65cb
1 changed files with 0 additions and 19 deletions
|
@ -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";
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue