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
+1 -1
View File
@@ -37,7 +37,7 @@ in {
openFirewall = mkOption {
type = types.bool;
defaultText = literalExpression ''!cfg.vpn.enable'';
defaultText = literalExpression ''!nixarr.sonarr.vpn.enable'';
default = !cfg.vpn.enable;
example = true;
description = "Open firewall for Sonarr";