10 lines
246 B
Nix
10 lines
246 B
Nix
# --- 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;
|
|
users.users.${username}.extraGroups = [ "nordvpn" ];
|
|
}
|