start building microvm config for mailtngbert

This commit is contained in:
Nek0 - 2022-11-17 09:58:15 +01:00
parent eea6b0bb87
commit 436afc8026
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
{ zentralwerk, config, pkgs, lib, ... }:
let
domain = "mailtng.???.tld";
in
{
microvm.mem = 2048;
networking = {
hostName = "mailtng";
firewall.allowedTCPPorts = [
# postfix (smtp and submission)
25 587
# dovecot (imap)
143
# nginx for rspamd
#80 443
];
};
c3d2 = {
isInHq = false;
hq.statistics.enable = true;
deployment = ???;
};