host/asus: disable nouveau kernel module
This commit is contained in:
parent
ce87cb3699
commit
da1cec5765
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
||||||
# Enable keyboard on the boot
|
# Enable keyboard on the boot
|
||||||
boot.initrd.availableKernelModules = [ "hid_asus" ];
|
boot.initrd.availableKernelModules = [ "hid_asus" ];
|
||||||
|
|
||||||
|
boot.blacklistedKernelModules = [ "nouveau" ];
|
||||||
|
|
||||||
fileSystems."/home/jan" = {
|
fileSystems."/home/jan" = {
|
||||||
device = "/dev/disk/by-uuid/e6c0cbba-7000-4b1e-ba53-e7b5f8ae11c0";
|
device = "/dev/disk/by-uuid/e6c0cbba-7000-4b1e-ba53-e7b5f8ae11c0";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
|
|
Loading…
Reference in a new issue