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-07 13:54:17 +0000
committerDavid Morgan <djm_uk@protonmail.com>2024-12-07 13:54:17 +0000
commit90d02b68f69211c63446bf791927cd3d10794eb0 (patch)
tree18e7f2d1746ddf9afdbfdd52deeebf9bba28bef7 /nix-conf/machines
parent781b5dd3243a375327aea8295e8faa33f7d82094 (diff)
downloaddotfiles-90d02b68f69211c63446bf791927cd3d10794eb0.tar.gz
hardware.opengl.enable -> hardware.graphics.enable
Diffstat (limited to 'nix-conf/machines')
-rw-r--r--nix-conf/machines/egalmoth/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/machines/egalmoth/configuration.nix b/nix-conf/machines/egalmoth/configuration.nix
index 8e9b88f..766b814 100644
--- a/nix-conf/machines/egalmoth/configuration.nix
+++ b/nix-conf/machines/egalmoth/configuration.nix
@@ -52,7 +52,7 @@
     };
   };
 
-  hardware.opengl.enable = true;
+  hardware.graphics.enable = true;
 
   networking.hostName = "egalmoth"; # Define your hostname.
   networking.networkmanager.enable = true;