From cd6232c5b18f29456d9bd2fb591654cb89b1bfbb Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 29 Oct 2025 16:48:07 +0000 Subject: [PATCH] Reorgnized kernel blacklist --- nixos/worklaptop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/worklaptop.nix b/nixos/worklaptop.nix index 778e7e4..067a086 100644 --- a/nixos/worklaptop.nix +++ b/nixos/worklaptop.nix @@ -23,7 +23,6 @@ cudaSupport = true; }; - boot.blacklistedKernelModules = ["nouveau"]; hardware = { keyboard.qmk.enable = true; bluetooth.enable = true; @@ -73,6 +72,7 @@ canTouchEfiVariables = true; }; }; + blacklistedKernelModules = ["nouveau"]; }; networking.hostName = "worklaptop"; # Define your hostname.