From c4b667b2afc217d299d75c1104b0c3200c85f1a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Mon, 24 Jun 2024 15:10:02 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20(hosts)=20update=20depreca?= =?UTF-8?q?ted=20hardware=20configs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/aurum/system/hardware/default.nix | 5 +---- hosts/silicium/system/hardware/default.nix | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/hosts/aurum/system/hardware/default.nix b/hosts/aurum/system/hardware/default.nix index a8fa419..1666420 100644 --- a/hosts/aurum/system/hardware/default.nix +++ b/hosts/aurum/system/hardware/default.nix @@ -2,10 +2,7 @@ # hardware hardware = { enableRedistributableFirmware = true; - opengl = { - enable = true; - driSupport = true; - }; + graphics.enable = true; }; # logind configuration diff --git a/hosts/silicium/system/hardware/default.nix b/hosts/silicium/system/hardware/default.nix index 35a66a3..d8d7518 100644 --- a/hosts/silicium/system/hardware/default.nix +++ b/hosts/silicium/system/hardware/default.nix @@ -2,10 +2,7 @@ # hardware hardware = { enableRedistributableFirmware = true; - opengl = { - enable = true; - driSupport = true; - }; + graphics.enable = true; }; # logind configuration