rm unsed sevrices, limit build jobs

This commit is contained in:
stubbfel
2021-11-28 13:31:31 +01:00
parent 94725a6762
commit b56bf82fb4
4 changed files with 19 additions and 10 deletions

View File

@@ -4,11 +4,13 @@
services.nginx.virtualHosts."mailcow.stubbe.rocks" = {
enableACME = true;
forceSSL = true;
default = true;
locations."/".proxyPass = "http://localhost:7080";
serverName = "v22017115146555724.happysrv.de";
serverAliases = [
"testmail.stubbe.rocks"
"mailcow.stubbe.rocks"
"stubbe.rocks"
# "autodiscover.testmail.stubbe.rocks"
# "autoconfig.testmail.stubbe.rocks"
# "autodiscover.mailcow.stubbe.rocks"
@@ -22,11 +24,11 @@ security.acme.certs."v22017115146555724.happysrv.de".postRun = ''
cp chain.pem /opt/mailcow-dockerized/data/assets/ssl/chain.pem
'';
# services.nginx.virtualHosts."testmail.stubbe.rocks" = {
# enableACME = true;
# forceSSL = true;
# locations."/".proxyPass = "http://localhost:7080";
# };
#services.nginx.virtualHosts."webmail.stubbe.rocks" = {
# enableACME = true;
# forceSSL = true;
# locations."/".proxyPass = "http://localhost:7080/SOGo/";
#};
systemd = {
timers.mailcow-update = {
@@ -46,6 +48,7 @@ security.acme.certs."v22017115146555724.happysrv.de".postRun = ''
pkgs.coreutils-full
pkgs.unixtools.ping
pkgs.iptables
pkgs.openssl
];
serviceConfig.Type = "oneshot";
script = ''