This commit is contained in:
Danilo Reyes
2026-02-15 14:58:30 -06:00
parent a5f45292ff
commit 8b425259d5
6 changed files with 78 additions and 19 deletions

View File

@@ -119,6 +119,27 @@ in
default = "stunner6399@gmail.com";
description = "localhost smtp email";
};
ports = lib.mkOption {
type = lib.types.attrsOf lib.types.port;
default = {
comfyui = 8188;
giteaSsh = 22;
mediaMap = 5173;
nsUsbloader = 6674;
ollama = 11434;
openWebui = 2345;
qbittorrent = 51412;
sillytavern = 9324;
sonarqube = 3452;
synapseSsl = 8448;
syncthingGui = 8384;
syncthingRelay = 22000;
tdarr = 8265;
wg = 51820;
ssh = 3456;
};
description = "Common port assignments for local services and firewall rules.";
};
email = lib.mkOption {
type = lib.types.str;
default = "danilo.reyes.251@proton.me";