Skip to content

expressvpn needs re-activation after reboot #332003

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
leon-thomm opened this issue Aug 3, 2024 · 1 comment
Open

expressvpn needs re-activation after reboot #332003

leon-thomm opened this issue Aug 3, 2024 · 1 comment
Labels
0.kind: bug Something is broken 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS

Comments

@leon-thomm
Copy link

Describe the bug

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:

  1. have an ExpressVPN subscription
  2. on NixOS set config.services.expressvpn.enable = true; and add expressvpn to your user packages
  3. expressvpn connect Germany (observe failure)
  4. expressvpn activate
  5. expressvpn connect Germany (observe success)
  6. reboot
  7. 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.

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.6.37, NixOS, 24.05 (Uakari), 24.05.2662.249fbde2a178`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.4`
 - channels(root): `"nixos-24.05, nixos-hardware, nixpkgs-24.05"`
 - nixpkgs: `/home/leon/.nix-defexpr/channels/nixpkgs`

Add a 👍 reaction to issues you find important.

@leon-thomm leon-thomm added the 0.kind: bug Something is broken label Aug 3, 2024
@Shawn8901
Copy link
Contributor

fyi @Yureien as listed maintainer on the module and the package.

@dotlambda dotlambda added the 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
Projects
None yet
Development

No branches or pull requests

3 participants