Mullvad VPN: Difference between revisions
Appearance
imported>Pear m Add backlink |
mNo edit summary |
||
| Line 12: | Line 12: | ||
services.mullvad-vpn.package = pkgs.mullvad-vpn; | services.mullvad-vpn.package = pkgs.mullvad-vpn; | ||
</syntaxHighlight> | </syntaxHighlight> | ||
[[Category:Applications]] | |||
Revision as of 20:30, 24 April 2024
⚠︎
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:
❄︎ /etc/configuration.nix
services.mullvad-vpn.enable = true;
If you want to use the GUI application:
services.mullvad-vpn.package = pkgs.mullvad-vpn;