From df8d881cd6adb972adf92b6397a6e297025e3172 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 21 Jan 2025 03:38:41 -0500 Subject: Enable docker support on Beryllium Apparently the driSupport is no longer needed, so I had to delete that. Anyway moving the Docker dev stuff to a centralized file should be helpful and ensure that it continues to work the same way across systems. --- Omni/Dev/Beryllium/Configuration.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'Omni/Dev/Beryllium') diff --git a/Omni/Dev/Beryllium/Configuration.nix b/Omni/Dev/Beryllium/Configuration.nix index 4b7d785..69c83a6 100644 --- a/Omni/Dev/Beryllium/Configuration.nix +++ b/Omni/Dev/Beryllium/Configuration.nix @@ -67,7 +67,6 @@ in { }; hardware.opengl.enable = true; - hardware.opengl.driSupport = true; hardware.opengl.driSupport32Bit = true; services.xserver.videoDrivers = ["nvidia"]; hardware.nvidia.nvidiaPersistenced = true; -- cgit v1.2.3