treewide: reformat with nixfmt 1.0.0
This commit is contained in:
parent
cea6f25a40
commit
b76a547bec
6 changed files with 58 additions and 56 deletions
|
@ -94,10 +94,11 @@ in
|
|||
# Postfix requires dovecot lmtp socket, dovecot auth socket and certificate to work
|
||||
systemd.services.postfix = {
|
||||
wants = certificatesDeps;
|
||||
after =
|
||||
[ "${dovecotUnitName}.service" ]
|
||||
++ lib.optional cfg.dkimSigning "rspamd.service"
|
||||
++ certificatesDeps;
|
||||
after = [
|
||||
"${dovecotUnitName}.service"
|
||||
]
|
||||
++ lib.optional cfg.dkimSigning "rspamd.service"
|
||||
++ certificatesDeps;
|
||||
requires = [ "${dovecotUnitName}.service" ] ++ lib.optional cfg.dkimSigning "rspamd.service";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue