summary refs log tree commit diff
path: root/nixos/modules/services/ttys
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-02-08 14:45:28 -0500
committerShea Levy <shea@shealevy.com>2014-02-08 14:45:37 -0500
commitdea562b6b920463395db47d141689e0768eb4836 (patch)
tree40fa4b0ee514c9ed9b430737451af8e8121dfda6 /nixos/modules/services/ttys
parent4a1e74673a2ead0e727f5a356fbccbd88c52dd91 (diff)
downloadnixpkgs-dea562b6b920463395db47d141689e0768eb4836.tar
nixpkgs-dea562b6b920463395db47d141689e0768eb4836.tar.gz
nixpkgs-dea562b6b920463395db47d141689e0768eb4836.tar.bz2
nixpkgs-dea562b6b920463395db47d141689e0768eb4836.tar.lz
nixpkgs-dea562b6b920463395db47d141689e0768eb4836.tar.xz
nixpkgs-dea562b6b920463395db47d141689e0768eb4836.tar.zst
nixpkgs-dea562b6b920463395db47d141689e0768eb4836.zip
services.mesa -> hardware.opengl
Signed-off-by: Shea Levy <shea@shealevy.com>
Diffstat (limited to 'nixos/modules/services/ttys')
-rw-r--r--nixos/modules/services/ttys/kmscon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/ttys/kmscon.nix b/nixos/modules/services/ttys/kmscon.nix
index 302e660a7bf..eb68a3d95d8 100644
--- a/nixos/modules/services/ttys/kmscon.nix
+++ b/nixos/modules/services/ttys/kmscon.nix
@@ -73,6 +73,6 @@ in {
       hwaccel
     '';
 
-    services.mesa.enable = mkIf cfg.hwRender true;
+    hardware.opengl.enable = mkIf cfg.hwRender true;
   };
 }