mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-22 15:01:57 +00:00
Reorgnized kernel blacklist
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user