Regenerated

This commit is contained in:
2026-04-20 18:08:31 +02:00
parent 441c97efa7
commit 0f0a909689
4 changed files with 399 additions and 375 deletions
@@ -1,8 +1,9 @@
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
{...}
{ ... }:
let
username = "henrov";
in
{
services.nordvpn.enable = true;
# Add your user to the nordvpn group so you can run the CLI without sudo
users.users.${username}.extraGroups = [ "nordvpn" ];
}