From efc4789f6647e4da927b8b700bf9443259bda2f0 Mon Sep 17 00:00:00 2001 From: Lyndon Sanche Date: Wed, 4 Sep 2024 11:21:01 -0600 Subject: [PATCH] lenovo-legion-t526amr5: Use nvidia open --- lenovo/legion/t526amr5/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lenovo/legion/t526amr5/default.nix b/lenovo/legion/t526amr5/default.nix index ba1d623..4131445 100644 --- a/lenovo/legion/t526amr5/default.nix +++ b/lenovo/legion/t526amr5/default.nix @@ -9,4 +9,7 @@ # TPM2 module security.tpm2.enable = true; + + # Device could have multiple architectures, but they all support open + hardware.nvidia.open = true; }