rspamd: use package from upstream NixOS service

This commit is contained in:
Michael Hoang
2026-04-27 12:16:05 +02:00
parent 583a362c5b
commit f810a804c6
3 changed files with 10 additions and 9 deletions
+4 -4
View File
@@ -26,11 +26,11 @@ let
in
{
config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs; [
environment.systemPackages = [
config.services.dovecot2.package
openssh
postfix
rspamd
pkgs.openssh
config.services.postfix.package
config.services.rspamd.package
];
};
}