9 lines
289 B
Nix
9 lines
289 B
Nix
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
|
{...}
|
|
{
|
|
services.nordvpn.enable = true;
|
|
|
|
# Add your user to the nordvpn group so you can run the CLI without sudo
|
|
users.users.${username}.extraGroups = [ "nordvpn" ];
|
|
}
|