Hostnames are 'smtp' & 'imap', not 'postfix' & 'dovecot'

This commit is contained in:
niten 2023-09-25 16:40:36 -07:00
parent d9e77d0210
commit cc4e2173b4
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ in {
service = {
networks = [ "internal_network" ];
ports = [ "${toString cfg.metrics-port}:80" ];
depends_on = [ "postfix" "dovecot" "antispam" ];
depends_on = [ "smtp" "imap" "antispam" ];
};
nixos = {
useSystemd = true;