Mullvad VPN
To install Mullvad VPN, you need to enable it in your system options:
/etc/nixos/configuration.nix
services.mullvad-vpn.enable = true;
If you want to use the GUI application:
services.mullvad-vpn.package = pkgs.mullvad-vpn;
To install Mullvad VPN, you need to enable it in your system options:
/etc/nixos/configuration.nix
services.mullvad-vpn.enable = true;
If you want to use the GUI application:
services.mullvad-vpn.package = pkgs.mullvad-vpn;