From 88f7106962469d548f82a5ca2e1e15a59591c254 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Thu, 21 Nov 2024 17:26:28 -0600 Subject: [PATCH] revert graphics to 24.05 style --- nixos/hosts/shadowfax/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; };