programs.mullvad-vpn.enable
Whether to enable Mullvad VPN.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.mullvad-vpn.package
The mullvad-vpn package to use.
Type: null or package
Default:
pkgs.mullvad-vpn
Declared by:
programs.mullvad-vpn.settings
Written to XDG_CONFIG_HOME/Mullvad VPN/gui_settings.json or
~/Library/Application Support/Mullvad VPN/gui_settings.json.
See https://github.com/mullvad/mullvadvpn-app/blob/main/desktop/packages/mullvad-vpn/src/main/gui-settings.ts
for options.
Type: JSON value
Default:
{ }
Example:
{
animateMap = true;
autoConnect = false;
browsedForSplitTunnelingApplications = [ ];
changelogDisplayedForVersion = "";
enableSystemNotifications = true;
monochromaticIcon = false;
preferredLocale = "system";
startMinimized = false;
unpinnedWindow = true;
updateDismissedForVersion = "";
}
Declared by: