diff --git a/nixos/hosts/shadowfax/default.nix b/nixos/hosts/shadowfax/default.nix index 55d94ed..9a1f5a7 100644 --- a/nixos/hosts/shadowfax/default.nix +++ b/nixos/hosts/shadowfax/default.nix @@ -31,7 +31,9 @@ in hardware = { cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; 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; };