Files
nixos/Droidnix/generated/modules/traveldroid/system/nordvpn.nix
T
2026-04-20 17:57:30 +02:00

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" ];
}