From 811b61e9e2bd006b6b68f801e093a2f1383e6dfb Mon Sep 17 00:00:00 2001 From: John Ogle Date: Sat, 7 Sep 2024 20:06:05 -0700 Subject: [PATCH] Update to current graphics acceleration setting --- machines/boxy/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/boxy/configuration.nix b/machines/boxy/configuration.nix index f3eb9e6..bbae7d2 100644 --- a/machines/boxy/configuration.nix +++ b/machines/boxy/configuration.nix @@ -20,7 +20,7 @@ networking.hostName = "boxy"; # Define your hostname. - hardware.opengl.enable = true; + hardware.graphics.enable = true; # This option defines the first version of NixOS you have installed on this particular machine, # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.