Reorgnized kernel blacklist

This commit is contained in:
2025-10-29 16:48:07 +00:00
parent 62f0719212
commit cd6232c5b1

View File

@@ -23,7 +23,6 @@
cudaSupport = true; cudaSupport = true;
}; };
boot.blacklistedKernelModules = ["nouveau"];
hardware = { hardware = {
keyboard.qmk.enable = true; keyboard.qmk.enable = true;
bluetooth.enable = true; bluetooth.enable = true;
@@ -73,6 +72,7 @@
canTouchEfiVariables = true; canTouchEfiVariables = true;
}; };
}; };
blacklistedKernelModules = ["nouveau"];
}; };
networking.hostName = "worklaptop"; # Define your hostname. networking.hostName = "worklaptop"; # Define your hostname.