diff --git a/modules/services/mail/postfix.nix b/modules/services/mail/postfix.nix index d4314236a9b4..842427f6d059 100644 --- a/modules/services/mail/postfix.nix +++ b/modules/services/mail/postfix.nix @@ -307,7 +307,7 @@ in # accurate way is unlikely to be better. { description = "Postfix mail server"; - startOn = "started networking"; + startOn = "started networking and filesystem"; daemonType = "none";