diff --git a/README.md b/README.md index 3fba540..4587f00 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ This is a nixos module that aims to make the installation and management of 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 supports through a VPN, fx `servarr.*.useVpn = true;` - **Automatic Directories, Users and Permissions:** The module automatically @@ -25,6 +26,8 @@ servarr.vpn = { } ``` +## Examples + Full example can be seen below: ```nix