summaryrefslogtreecommitdiff
path: root/hosts/kay/hardware-configuration.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-09-08 16:39:30 +0530
committersinanmohd <sinan@sinanmohd.com>2023-09-08 16:41:11 +0530
commit19da93f1cca9dc56ed240ec063c59a572b79e51c (patch)
tree10565c3a330d2f9c7449509aa370641abc26aac9 /hosts/kay/hardware-configuration.nix
parent068ac0002e87a6760e44574c333bff4eeb895f59 (diff)
hosts/kay: init
Diffstat (limited to 'hosts/kay/hardware-configuration.nix')
-rw-r--r--hosts/kay/hardware-configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/kay/hardware-configuration.nix b/hosts/kay/hardware-configuration.nix
index 1583736..3299f3f 100644
--- a/hosts/kay/hardware-configuration.nix
+++ b/hosts/kay/hardware-configuration.nix
@@ -5,6 +5,7 @@
boot = {
kernelModules = [ "kvm-intel" ];
+ blacklistedKernelModules = [ "nouveau" ];
initrd.availableKernelModules = [
"xhci_pci"
"ehci_pci"