Compare commits

..

1 commit

Author SHA1 Message Date
a89dab0dbd Add pushing to hrz allowlist 2024-03-31 17:40:46 +02:00

View file

@ -45,6 +45,7 @@ in {
hyperkitty.enable = true; hyperkitty.enable = true;
webHosts = [cfg.hostName]; webHosts = [cfg.hostName];
serve.enable = true; # serve.enable = true; #
settings.mta.verp_confirmations = "no";
}; };
nginx.virtualHosts.${cfg.hostName} = { nginx.virtualHosts.${cfg.hostName} = {
enableACME = true; enableACME = true;