The Settings of an Appvm application are not persistent between reboots

  1. Open Terminal in the appVM where you have installed Mullvad VPN.
  2. Type the following command to create a new Mullvad VPN configuration file:
sudo touch /rw/config/mullvad-vpn.conf
  1. Open the Mullvad VPN configuration file using your preferred text editor:
sudo nano /rw/config/mullvad-vpn.conf
  1. Copy and paste the Mullvad VPN settings from the original configuration file, which is located in the Fedora template VM at the following path:
/etc/mullvad-vpn/mullvad-vpn.conf
  1. Save and close the configuration file.
  2. Type the following command to make the configuration file persistent:
sudo qvm-service --add mullvad-vpn --opts config=/rw/config/mullvad-vpn.conf
  1. Reboot the appVM to ensure that the changes take effect.

After following these steps, your Mullvad VPN settings should be persistent between appVM reboots.

1 Like