Mullvad VPN: Difference between revisions

m Fix formatting in commented-out Nix code
m Warning banner grammar edits, add title of forum post to masked link
 
(3 intermediate revisions by 2 users not shown)
Line 5: Line 5:
To install Mullvad VPN, you need to enable it in your system options:
To install Mullvad VPN, you need to enable it in your system options:


{{warning|1=Mullvad VPN currently only works if [[systemd-resolved]] is enable. More info [https://discourse.nixos.org/t/connected-to-mullvadvpn-but-no-internet-connection/35803/8?u=lion at this forum post]. If this issue is fixed please remove this warning banner.}}  
{{warning|1=Mullvad VPN currently only works if [[systemd-resolved]] is enabled. More info is available at [https://discourse.nixos.org/t/connected-to-mullvadvpn-but-no-internet-connection/35803/8?u=lion Connected to Mullvadvpn but no internet connection]. When the issue is fixed, please remove this warning banner.}}  


{{file|configuration.nix|nix|<nowiki>
{{file|configuration.nix|nix|<nowiki>
Line 126: Line 126:
               "ua"
               "ua"
             ];
             ];
             africa = [ "za" ];
             africa = [
              "ng"
              "za"
            ];
             asia = [
             asia = [
               "hk"
               "hk"
Line 132: Line 135:
               "il"
               "il"
               "jp"
               "jp"
              "my"
              "ph"
               "sg"
               "sg"
               "th"
               "th"
Line 247: Line 252:
</nowiki>}}
</nowiki>}}


[[Category:Applications]]
[[Category:VPN]]
[[Category:Networking]]