summaryrefslogtreecommitdiff
path: root/Omni/Dev/Beryllium/Configuration.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2025-01-21 03:38:41 -0500
committerBen Sima <ben@bsima.me>2025-01-21 05:05:18 -0500
commitdf8d881cd6adb972adf92b6397a6e297025e3172 (patch)
tree7b93672f3c03e4cbb827e9744616579ab0c57f9b /Omni/Dev/Beryllium/Configuration.nix
parentcfd76dfeb745acaaf030d9d2e0c0dad2301fc09c (diff)
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.
Diffstat (limited to 'Omni/Dev/Beryllium/Configuration.nix')
-rw-r--r--Omni/Dev/Beryllium/Configuration.nix1
1 files changed, 0 insertions, 1 deletions
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;