mailsystem: Use newly added 'mailnix' package to generate postfix/dovecot files

This commit is contained in:
Thomas Preisner 2025-02-23 16:31:02 +01:00
parent 955a0ec8ba
commit c1b19d6e33
9 changed files with 52 additions and 85 deletions

View file

@ -4,7 +4,7 @@
pkgs,
...
}:
with (import ./common.nix {inherit config;}); let
with (import ./common.nix {inherit config pkgs;}); let
cfg = config.mailsystem;
nginxCfg = config.services.nginx;
postfixCfg = config.services.postfix;