Files
proxmox/documentation/workstation.md
2024-01-01 14:33:44 +00:00

24 lines
315 B
Markdown

# Proxmox as a workstation
## sources
- https://pve.proxmox.com/wiki/Developer_Workstations_with_Proxmox_VE_and_X11
## Destop Enviroment
### Gnome
``` bash
apt install gnome
# Problems with suspend on login screen
gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout 0
```