updated docs

This commit is contained in:
rasmus-kirk
2024-02-22 14:35:07 +01:00
parent aa7feed256
commit 9ae741f688
14 changed files with 61 additions and 76 deletions
+2 -2
View File
@@ -64,7 +64,7 @@ in {
allowedTCPPorts = [ 80 443 ];
};
util.upnp = mkIf cfg.expose.upnp.enable {
util-nixarr.upnp = mkIf cfg.expose.upnp.enable {
enable = true;
openTcpPorts = [ 80 443 ];
};
@@ -106,7 +106,7 @@ in {
defaults.email = cfg.expose.acmeMail;
};
util.vpnnamespace.portMappings = [
util-nixarr.vpnnamespace.portMappings = [
(
mkIf cfg.vpn.enable {
From = defaultPort;