- Open Terminal in the appVM where you have installed Mullvad VPN.
- Type the following command to create a new Mullvad VPN configuration file:
sudo touch /rw/config/mullvad-vpn.conf
- Open the Mullvad VPN configuration file using your preferred text editor:
sudo nano /rw/config/mullvad-vpn.conf
- 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
- Save and close the configuration file.
- Type the following command to make the configuration file persistent:
sudo qvm-service --add mullvad-vpn --opts config=/rw/config/mullvad-vpn.conf
- Reboot the appVM to ensure that the changes take effect.
After following these steps, your Mullvad VPN settings should be persistent between appVM reboots.