Verify if it is already enabled
cat /sys/module/kvm_intel/parameters/nested
Enable nested virtualization
echo "options kvm-intel nested=Y" > /etc/modprobe.d/kvm-intel.conf
Restart the modules
modprobe -r kvm_intel
modprobe kvm_intel
cat /sys/module/kvm_intel/parameters/nested
echo "options kvm-intel nested=Y" > /etc/modprobe.d/kvm-intel.conf
modprobe -r kvm_intel
modprobe kvm_intel