aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-13 08:51:54 +0000
committerFuwn <[email protected]>2024-10-13 08:51:54 +0000
commitcb6b7f32667d2582bacc5d7bdac82944b0566329 (patch)
tree26a2ac944e6fceb0ba56963ee2499461ec62e014
parentfeat(flake): helper commands (diff)
downloadpia.nix-cb6b7f32667d2582bacc5d7bdac82944b0566329.tar.xz
pia.nix-cb6b7f32667d2582bacc5d7bdac82944b0566329.zip
docs(readme): update credits
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3975c13..923e98b 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,6 @@
> Private Internet Access VPN Configurations for NixOS
-This repository is a fork of [~rprospero/nixos-pia](https://git.sr.ht/~rprospero/nixos-pia)
-that has been updated and is being actively maintained.
-
## Flake-based Installation
Add the `pia.nix` NixOS module to your system flake and configuration.
@@ -51,3 +48,9 @@ pia-list
# List all available VPN regions with fuzzy search support
pia-search
```
+
+## Credits
+
+This repository started off as a fork of [~rprospero/nixos-pia](https://git.sr.ht/~rprospero/nixos-pia),
+which provided a starting point for populating OpenVPN with Private Internet
+Access' VPN configurations.