Mullvad VPN: Difference between revisions
mNo edit summary |
fix path to nixos configuration |
||
Line 3: | Line 3: | ||
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: | ||
{{file|/etc/configuration.nix|nix|<nowiki> | {{file|/etc/nixos/configuration.nix|nix|<nowiki> | ||
services.mullvad-vpn.enable = true; | services.mullvad-vpn.enable = true; | ||
</nowiki>}} | </nowiki>}} |