md-notes/proxmox.md

9 lines
168 B
Markdown
Raw Normal View History

2022-11-06 19:35:58 +01:00
# PROXMOX
## Virtual machine does not have nested virtualization enabled?
ssh into host proxmox and execute
```bash
root@spanskiduh:~# qm set <vm_id> --cpu host
```