Regenerated
This commit is contained in:
+369
-368
File diff suppressed because it is too large
Load Diff
+5
-4
@@ -42,7 +42,7 @@ The Droidnix repository is organized into two main parts:
|
|||||||
#+title: NixOS Configuration Structure
|
#+title: NixOS Configuration Structure
|
||||||
|
|
||||||
* Root Level
|
* Root Level
|
||||||
- =flake.nix= is the entry point and imports:
|
- = is the entry point and imports:
|
||||||
- =generated/assets/=
|
- =generated/assets/=
|
||||||
- =generated/<host>/modules/=
|
- =generated/<host>/modules/=
|
||||||
- =generated/hosts/=
|
- =generated/hosts/=
|
||||||
@@ -1891,11 +1891,12 @@ This sets the networking.
|
|||||||
** =generated/modules/traveldroid/system/nordvpn.nix=
|
** =generated/modules/traveldroid/system/nordvpn.nix=
|
||||||
This sets the nordvpn implementation
|
This sets the nordvpn implementation
|
||||||
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/system/nordvpn.nix :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/system/nordvpn.nix :noweb yes :mkdirp yes :eval never
|
||||||
{...}
|
{ ... }:
|
||||||
|
let
|
||||||
|
username = "henrov";
|
||||||
|
in
|
||||||
{
|
{
|
||||||
services.nordvpn.enable = true;
|
services.nordvpn.enable = true;
|
||||||
|
|
||||||
# Add your user to the nordvpn group so you can run the CLI without sudo
|
|
||||||
users.users.${username}.extraGroups = [ "nordvpn" ];
|
users.users.${username}.extraGroups = [ "nordvpn" ];
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|||||||
Generated
+21
@@ -647,6 +647,26 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"nordvpn-flake": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": [
|
||||||
|
"nixpkgs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1742098294,
|
||||||
|
"narHash": "sha256-kszMKykXU1oZIn8RSDuBwIa5hY5om2wdy32KYgYKzs8=",
|
||||||
|
"owner": "m-lourenco0",
|
||||||
|
"repo": "nordvpn-flake",
|
||||||
|
"rev": "72594cb60df19951ee726dcad24ef0a9c5d29fbc",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "m-lourenco0",
|
||||||
|
"repo": "nordvpn-flake",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"nur": {
|
"nur": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"flake-parts": [
|
"flake-parts": [
|
||||||
@@ -723,6 +743,7 @@
|
|||||||
"hyprland": "hyprland",
|
"hyprland": "hyprland",
|
||||||
"import-tree": "import-tree",
|
"import-tree": "import-tree",
|
||||||
"nixpkgs": "nixpkgs_2",
|
"nixpkgs": "nixpkgs_2",
|
||||||
|
"nordvpn-flake": "nordvpn-flake",
|
||||||
"quickshell": "quickshell",
|
"quickshell": "quickshell",
|
||||||
"stylix": "stylix",
|
"stylix": "stylix",
|
||||||
"zen-browser": "zen-browser"
|
"zen-browser": "zen-browser"
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
# --- 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;
|
services.nordvpn.enable = true;
|
||||||
|
|
||||||
# Add your user to the nordvpn group so you can run the CLI without sudo
|
|
||||||
users.users.${username}.extraGroups = [ "nordvpn" ];
|
users.users.${username}.extraGroups = [ "nordvpn" ];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user