md-notes/proxmox.md

10 lines
245 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
```
2022-11-10 10:35:04 +01:00
Next go to web interface and shut down the machine (just reboot won't work).