about summary refs log tree commit diff stats
path: root/nix-conf/machines
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-12-06 14:04:34 +0000
committerDavid Morgan <djm_uk@protonmail.com>2024-12-06 14:04:34 +0000
commit781b5dd3243a375327aea8295e8faa33f7d82094 (patch)
tree44c040d74609808d4d02eba03372a9d8b03870c3 /nix-conf/machines
parent2b1043154bb26843f5f18bde4c6fef85b2e181f6 (diff)
downloaddotfiles-781b5dd3243a375327aea8295e8faa33f7d82094.tar.gz
Remove unsupported option
Diffstat (limited to 'nix-conf/machines')
-rw-r--r--nix-conf/machines/egalmoth/configuration.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nix-conf/machines/egalmoth/configuration.nix b/nix-conf/machines/egalmoth/configuration.nix
index b34fd82..8e9b88f 100644
--- a/nix-conf/machines/egalmoth/configuration.nix
+++ b/nix-conf/machines/egalmoth/configuration.nix
@@ -53,7 +53,6 @@
   };
 
   hardware.opengl.enable = true;
-  hardware.opengl.driSupport = true;
 
   networking.hostName = "egalmoth"; # Define your hostname.
   networking.networkmanager.enable = true;