NVidia driver installed but not loading

I installed Fedora 33 KDE and i installed the nvidia drivers with this command sudo dnf install akmod-nvidia. But on boot i get this message: nvidia kernel module missing falling back to nouveau
If i check if nvidia driver is installed with this command dnf list installed '*nvidia*' it shows that the driver is installed:

Installed Packages
akmod-nvidia.x86_64                       3:455.45.01-3.fc33 @rpmfusion-nonfree-updates
kmod-nvidia-5.9.13-200.fc33.x86_64.x86_64 3:455.45.01-3.fc33 @@commandline             
nvidia-settings.x86_64                    3:455.45.01-1.fc33 @rpmfusion-nonfree-updates
xorg-x11-drv-nvidia.x86_64                3:455.45.01-1.fc33 @rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-kmodsrc.x86_64        3:455.45.01-1.fc33 @rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-libs.x86_64           3:455.45.01-1.fc33 @rpmfusion-nonfree-updates

The nouveau driver is also black listed in grub.

This is the info for my laptop:

System:    Kernel: 5.9.13-200.fc33.x86_64 x86_64 bits: 64 compiler: gcc v: 2.35-15.fc33) Desktop: KDE Plasma 5.20.4 
           Distro: Fedora release 33 (Thirty Three) 
Machine:   Type: Laptop System: Hewlett-Packard product: HP EliteBook 8560w v: A0001D02 serial: <filter> 
           Mobo: Hewlett-Packard model: 1631 v: KBC Version 01.39 serial: <filter> BIOS: Hewlett-Packard v: 68SVD Ver. F.22 
           date: 01/05/2012 
Battery:   ID-1: BAT0 charge: 11.1 Wh condition: 11.3/11.3 Wh (100%) model: Hewlett-Packard Primary status: Unknown 
CPU:       Info: Quad Core model: Intel Core i7-2820QM bits: 64 type: MT MCP arch: Sandy Bridge rev: 7 L2 cache: 8192 KiB 
           flags: avx lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 36718 
           Speed: 798 MHz min/max: 800/3400 MHz Core speeds (MHz): 1: 798 2: 798 3: 798 4: 798 5: 798 6: 799 7: 798 8: 798 
Graphics:  Device-1: NVIDIA GF108GLM [Quadro 1000M] vendor: Hewlett-Packard driver: nouveau v: kernel bus ID: 01:00.0 
           Device-2: IMC Networks type: USB driver: uvcvideo bus ID: 2-1.4:3 
           Display: x11 server: Fedora Project X.org 1.20.10 driver: modesetting unloaded: fbdev,vesa 
           resolution: 1920x1080~60Hz 
           OpenGL: renderer: NVC1 v: 4.3 Mesa 20.2.4 direct render: Yes 
Audio:     Device-1: Intel 6 Series/C200 Series Family High Definition Audio vendor: Hewlett-Packard driver: snd_hda_intel 
           v: kernel bus ID: 00:1b.0 
           Device-2: NVIDIA GF108 High Definition Audio vendor: Hewlett-Packard driver: snd_hda_intel v: kernel 
           bus ID: 01:00.1 
           Sound Server: ALSA v: k5.9.13-200.fc33.x86_64 
Network:   Device-1: Intel 82579LM Gigabit Network vendor: Hewlett-Packard driver: e1000e v: kernel port: 5020 bus ID: 00:19.0 
           IF: enp0s25 state: down mac: <filter> 
           Device-2: Intel Centrino Advanced-N 6205 [Taylor Peak] driver: iwlwifi v: kernel port: 4000 bus ID: 25:00.0 
           IF: wlo1 state: up mac: <filter> 
Drives:    Local Storage: total: 1.02 TiB used: 27.12 GiB (2.6%) 
           ID-1: /dev/sda vendor: Kingston model: SA400S37120G size: 111.79 GiB 
           ID-2: /dev/sdb vendor: HGST (Hitachi) model: HTS541010B7E610 size: 931.51 GiB 
Partition: ID-1: / size: 48.47 GiB used: 6.77 GiB (14.0%) fs: ext4 dev: /dev/dm-0 
           ID-2: /boot size: 475.2 MiB used: 229.4 MiB (48.3%) fs: ext4 dev: /dev/sdb1 
Swap:      ID-1: swap-1 type: zram size: 3.86 GiB used: 0 KiB (0.0%) dev: /dev/zram0 
Sensors:   System Temperatures: cpu: 56.0 C mobo: 52.0 C gpu: nouveau temp: 50.0 C 
           Fan Speeds (RPM): N/A 
Info:      Processes: 283 Uptime: 4m Memory: 7.72 GiB used: 1.29 GiB (16.7%) Init: systemd runlevel: 5 Compilers: gcc: 10.2.1 
           Packages: 1834 Shell: Bash v: 5.0.17 inxi: 3.1.08 

My laptop supports only legacy drivers, like 390.xx and 340.xx. Is it possible that fedora is trying to install newer version of nvidia driver and this is causing the problem?