no idea
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user