From 2d6c3718abc3c3942ffcd5a07981fd7a235ba373 Mon Sep 17 00:00:00 2001 From: cnst Date: Sun, 22 Sep 2024 18:34:20 +0200 Subject: [PATCH] more nvidia shit III --- hosts/toothpc/modules.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/toothpc/modules.nix b/hosts/toothpc/modules.nix index c459842d..e2c45c75 100644 --- a/hosts/toothpc/modules.nix +++ b/hosts/toothpc/modules.nix @@ -6,7 +6,7 @@ lanzaboote.enable = true; }; kernel = { - variant = "cachyos"; + variant = "latest"; hardware = "nvidia"; extraKernelParams = []; extraBlacklistedModules = [];