expressvpn needs re-activation after reboot #332003
Labels
0.kind: bug
Something is broken
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
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 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: