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