expressvpn needs to be activated with an activation code using the expressvpn activate command. While I remember on Debian systems I only need to do this once, on NixOS it seems I need to do this after every reboot, which gets annoying.
Steps To Reproduce
Steps to reproduce the behavior:
have an ExpressVPN subscription
on NixOS set config.services.expressvpn.enable = true; and add expressvpn to your user packages
expressvpn connect Germany (observe failure)
expressvpn activate
expressvpn connect Germany (observe success)
reboot
expressvpn connect Germany (observe failure)
Expected behavior
It should cache the activation key.
Metadata
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
Describe the bug
expressvpn
needs to be activated with an activation code using theexpressvpn activate
command. While I remember on Debian systems I only need to do this once, on NixOS it seems I need to do this after every reboot, which gets annoying.Steps To Reproduce
Steps to reproduce the behavior:
config.services.expressvpn.enable = true;
and addexpressvpn
to your user packagesexpressvpn connect Germany
(observe failure)expressvpn activate
expressvpn connect Germany
(observe success)expressvpn connect Germany
(observe failure)Expected behavior
It should cache the activation key.
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a :+1: reaction to issues you find important.