Can't login too mullvad vpn client

When I use the given command mullvad account login and login using my given number i get Error: Management interface error
Caused by: Management RPC server or client error
Caused by: transport error
Caused by: error trying to connect: No such file or directory (os error 2)
Caused by: No such file or directory (os error 2)

mullvad package is pkgs.mullvad

If you’re using NixOS, try adding mullvad-vpn.enable = true; to your configuration.

1 Like

I am, sorry! I added that too the config and went to rebuild and got this error preventing it from working.
error: The option mullvad-vpn' does not exist. Definition values: - In /etc/nixos/configuration.nix’:
{
enable = true;
}
(use ‘–show-trace’ to show detailed location information)
building Nix…
error: The option mullvad-vpn' does not exist. Definition values: - In /etc/nixos/configuration.nix’:
{
enable = true;
}
(use ‘–show-trace’ to show detailed location information)
building the system configuration…
error: The option mullvad-vpn' does not exist. Definition values: - In /etc/nixos/configuration.nix’:
{
enable = true;
}
(use ‘–show-trace’ to show detailed location information)

I typo’d. Sorry. I meant services.mullvad-vpn.enable = true;

1 Like

Thank you!! works perfectly now.

1 Like