mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-09 05:14:41 -05:00
13 lines
179 B
Nix
Executable file
13 lines
179 B
Nix
Executable file
{ moduleFunctions }:
|
|
let
|
|
inherit (moduleFunctions.instancesFunctions)
|
|
dummy
|
|
;
|
|
in
|
|
{
|
|
hostname = "mail.smtp2go.com";
|
|
name = dummy;
|
|
ports = {
|
|
port0 = 2525;
|
|
};
|
|
}
|