host/asus: disable nouveau kernel module

This commit is contained in:
Dmitriy Pleshevskiy 2024-06-05 01:44:54 +03:00
parent ce87cb3699
commit da1cec5765
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -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";