From a18e52bed608e9ad42c9e7e6f38bceed72abc5d6 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Thu, 11 Jul 2024 12:52:49 -0400 Subject: [PATCH] Updated graphics option on randolph as well. --- hosts/randolph/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/randolph/configuration.nix b/hosts/randolph/configuration.nix index 9cefd60..f5bb8c6 100644 --- a/hosts/randolph/configuration.nix +++ b/hosts/randolph/configuration.nix @@ -79,7 +79,7 @@ services.logind.powerKeyLongPress = "poweroff"; # Enable graphics. - hardware.opengl.enable = true; + hardware.graphics.enable = true; # Allow users in group "video" to modify backlight # services.udev.extraRules = ''