diff options
| author | Fuwn <[email protected]> | 2024-10-13 08:51:54 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-13 08:51:54 +0000 |
| commit | cb6b7f32667d2582bacc5d7bdac82944b0566329 (patch) | |
| tree | 26a2ac944e6fceb0ba56963ee2499461ec62e014 | |
| parent | feat(flake): helper commands (diff) | |
| download | pia.nix-cb6b7f32667d2582bacc5d7bdac82944b0566329.tar.xz pia.nix-cb6b7f32667d2582bacc5d7bdac82944b0566329.zip | |
docs(readme): update credits
| -rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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. |