diff options
Diffstat (limited to 'hosts/kay/hardware-configuration.nix')
-rw-r--r-- | hosts/kay/hardware-configuration.nix | 1 |
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" |