From da1cec5765a404cc5e1e5b15b5d49a09a547bfae Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Wed, 5 Jun 2024 01:44:54 +0300 Subject: [PATCH] host/asus: disable nouveau kernel module --- hosts/asus-gl553vd/hardware-configuration/manual.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/asus-gl553vd/hardware-configuration/manual.nix b/hosts/asus-gl553vd/hardware-configuration/manual.nix index a70c713..9b6564b 100644 --- a/hosts/asus-gl553vd/hardware-configuration/manual.nix +++ b/hosts/asus-gl553vd/hardware-configuration/manual.nix @@ -10,6 +10,8 @@ # Enable keyboard on the boot boot.initrd.availableKernelModules = [ "hid_asus" ]; + boot.blacklistedKernelModules = [ "nouveau" ]; + fileSystems."/home/jan" = { device = "/dev/disk/by-uuid/e6c0cbba-7000-4b1e-ba53-e7b5f8ae11c0"; fsType = "ext4";