Regenerated
This commit is contained in:
+5
-4
@@ -42,7 +42,7 @@ The Droidnix repository is organized into two main parts:
|
||||
#+title: NixOS Configuration Structure
|
||||
|
||||
* Root Level
|
||||
- =flake.nix= is the entry point and imports:
|
||||
- = is the entry point and imports:
|
||||
- =generated/assets/=
|
||||
- =generated/<host>/modules/=
|
||||
- =generated/hosts/=
|
||||
@@ -1891,11 +1891,12 @@ This sets the networking.
|
||||
** =generated/modules/traveldroid/system/nordvpn.nix=
|
||||
This sets the nordvpn implementation
|
||||
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/system/nordvpn.nix :noweb yes :mkdirp yes :eval never
|
||||
{...}
|
||||
{ ... }:
|
||||
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" ];
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
Reference in New Issue
Block a user