From c207e57392268000ac226fcbd3fe055690ae88ed Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 30 Oct 2024 14:29:04 +0100 Subject: [PATCH] no opengl option --- hosts/lambdaos/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/lambdaos/configuration.nix b/hosts/lambdaos/configuration.nix index 1837b6e..c81d325 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -25,7 +25,6 @@ age.identityPaths = [ "${config.users.users.noa.home}/.ssh/id_ed25519" ]; hardware = { - opengl.enable = true; bluetooth = { enable = true; powerOnBoot = true;