Mullvad VPN

From NixOS Wiki
Revision as of 11:10, 6 April 2024 by Maintenance script (talk | contribs) (rollback unauthorized mass edits)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Warning: Mullvad VPN currently only works if systemd-resolved is enable. More info at this forum post. If this issue is fixed please remove this warning banner.

To install Mullvad VPN, you need to enable it in your system options:

Breeze-text-x-plain.png
/etc/configuration.nix
services.mullvad-vpn.enable = true;


If you want to use the GUI application:

services.mullvad-vpn.package = pkgs.mullvad-vpn;