1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00

Remove redundant config options.

This commit is contained in:
Alojzy Leszcz 2023-11-27 23:38:34 +01:00
parent cee93adc75
commit dd768f331c

View File

@ -11,14 +11,6 @@
];
hardware = {
amdgpu.loadInInitrd = lib.mkDefault false;
opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
};
nvidia = {
modesetting.enable = lib.mkDefault true;
powerManagement.enable = lib.mkDefault true;