From 11fd4f08f0d17920467026fe0946695378aaad4a Mon Sep 17 00:00:00 2001 From: cnst Date: Mon, 25 Nov 2024 18:43:55 +0100 Subject: [PATCH] nvidia changes --- hosts/toothpc/modules.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/toothpc/modules.nix b/hosts/toothpc/modules.nix index a3249c79..9c1d4088 100644 --- a/hosts/toothpc/modules.nix +++ b/hosts/toothpc/modules.nix @@ -26,9 +26,9 @@ }; nvidia = { enable = true; - package = "beta"; + package = "latest"; open = { - enable = false; + enable = true; }; }; };