updated readme

This commit is contained in:
rasmus-kirk
2024-02-20 09:13:14 +01:00
parent dd7b9e22a3
commit d0a87c984a
+4 -1
View File
@@ -3,7 +3,8 @@
This is a nixos module that aims to make the installation and management of This is a nixos module that aims to make the installation and management of
running the "*Arrs" as easy, and pain free, as possible. running the "*Arrs" as easy, and pain free, as possible.
**Features** ## Features
- **Run services through a VPN:** You can run any service that this module - **Run services through a VPN:** You can run any service that this module
supports through a VPN, fx `servarr.*.useVpn = true;` supports through a VPN, fx `servarr.*.useVpn = true;`
- **Automatic Directories, Users and Permissions:** The module automatically - **Automatic Directories, Users and Permissions:** The module automatically
@@ -25,6 +26,8 @@ servarr.vpn = {
} }
``` ```
## Examples
Full example can be seen below: Full example can be seen below:
```nix ```nix