revert graphics to 24.05 style
This commit is contained in:
parent
d72aca1621
commit
88f7106962
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,9 @@ in
|
||||||
hardware = {
|
hardware = {
|
||||||
cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
nvidia.open = true;
|
nvidia.open = true;
|
||||||
graphics.enable = true;
|
# TODO: Swap these once I switch to 24.11
|
||||||
|
# graphics.enable = true;
|
||||||
|
opengl.enable = true;
|
||||||
nvidia-container-toolkit.enable = true;
|
nvidia-container-toolkit.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue