mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: smtp test
This commit is contained in:
parent
748267110c
commit
468ecc909a
2 changed files with 1 additions and 18 deletions
|
@ -1,17 +0,0 @@
|
||||||
{instancesFunctions}: let
|
|
||||||
inherit
|
|
||||||
(instancesFunctions)
|
|
||||||
dummy
|
|
||||||
;
|
|
||||||
|
|
||||||
nginxLabel = "Ngnix";
|
|
||||||
nginxName = "nginx";
|
|
||||||
in {
|
|
||||||
name = nginxName;
|
|
||||||
label = nginxLabel;
|
|
||||||
email = dummy;
|
|
||||||
ports = {
|
|
||||||
port0 = 8080; # HTTP
|
|
||||||
port1 = 8443; # HTTPS
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -6,7 +6,7 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
hostname = "mail.smtp2go.com";
|
hostname = "mail.smtp2go.com";
|
||||||
email = dummy;
|
name = dummy;
|
||||||
ports = {
|
ports = {
|
||||||
port0 = 2525;
|
port0 = 2525;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue