diff --git a/README.md b/README.md index 24545d5..43bc23a 100644 --- a/README.md +++ b/README.md @@ -364,6 +364,13 @@ RDP_DOMAIN="" # - 'libvirt': '' (BLANK) RDP_IP="127.0.0.1" +# [VM NAME] +# NOTES: +# - Only applicable when using 'libvirt' +# - The libvirt VM name must match so that WinApps can determine VM IP, start the VM, etc. +# DEFAULT VALUE: 'RDPWindows' +VM_NAME="RDPWindows" + # [WINAPPS BACKEND] # DEFAULT VALUE: 'docker' # VALID VALUES: diff --git a/docs/libvirt.md b/docs/libvirt.md index 52a2f52..0f0ddc1 100644 --- a/docs/libvirt.md +++ b/docs/libvirt.md @@ -132,6 +132,9 @@ Together, these components form a powerful and flexible virtualization stack, wi

+> [!NOTE] +> A name other than `RDPWindows` can be used if `VM_NAME` is set in `~/.config/winapps/winapps.conf`. + 9. After clicking `Finish`, select `Copy host CPU configuration` under 'CPUs', and then click `Apply`. > [!NOTE]