13 lines
434 B
Text
13 lines
434 B
Text
# Particle-OS VM Management Configuration
|
|
# Copy this to .env or export these variables in your shell
|
|
|
|
# Your headless server details
|
|
VM_SERVER=joe@192.168.122.76
|
|
VM_DIR=/var/lib/libvirt/images
|
|
ISO_DIR=/var/lib/libvirt/isos
|
|
VM_SSH_KEY= ~/.ssh/virt-manager-access
|
|
VM_SSH_PORT=22
|
|
|
|
# virt-manager connection details for your other PC
|
|
# Use this URI in virt-manager: qemu+ssh://joe@192.168.122.76/system
|
|
# VNC access: 192.168.122.76:5900
|