Updated docs

This commit is contained in:
rasmus-kirk
2024-03-12 23:52:19 +01:00
parent 712dc3728e
commit 6c1f6bfd52
8 changed files with 10 additions and 9 deletions
+2 -1
View File
@@ -32,7 +32,7 @@ in
openFirewall = mkOption {
type = types.bool;
defaultText = literalExpression ''!cfg.vpn.enable'';
defaultText = literalExpression ''!nixarr.jellyfin.vpn.enable'';
default = !cfg.vpn.enable;
example = true;
description = "Open firewall for Jellyfin";
@@ -44,6 +44,7 @@ in
example = true;
description = ''
**Required options:** [`nixarr.vpn.enable`](#nixarr.vpn.enable)
**Conflicting options:** [`nixarr.jellyfin.expose.https.enable`](#nixarr.jellyfin.expose.https.enable)
Route Jellyfin traffic through the VPN.