about summary refs log tree commit diff
path: root/nixpkgs
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs')
-rw-r--r--nixpkgs/nixos/modules/services/mail/mailman.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixpkgs/nixos/modules/services/mail/mailman.nix b/nixpkgs/nixos/modules/services/mail/mailman.nix
index 4f3f52b45d7c..4c39b2fa72a0 100644
--- a/nixpkgs/nixos/modules/services/mail/mailman.nix
+++ b/nixpkgs/nixos/modules/services/mail/mailman.nix
@@ -235,8 +235,8 @@ in {
 
       mailman-settings = {
         description = "Generate settings files (including secrets) for Mailman";
-        before = [ "mailman.service" "mailman-web.service" "hyperkitty.service" "httpd.service" "uwsgi.service" ];
-        requiredBy = [ "mailman.service" "mailman-web.service" "hyperkitty.service" "httpd.service" "uwsgi.service" ];
+        before = [ "mailman.service" "mailman-web-setup.service" "hyperkitty.service" "httpd.service" "uwsgi.service" ];
+        requiredBy = [ "mailman.service" "mailman-web-setup.service" "hyperkitty.service" "httpd.service" "uwsgi.service" ];
         path = with pkgs; [ jq ];
         script = ''
           mailmanDir=/var/lib/mailman
@@ -277,7 +277,7 @@ in {
         };
       };
 
-      mailman-web = {
+      mailman-web-setup = {
         description = "Init Postorius DB";
         before = [ "httpd.service" "uwsgi.service" ];
         requiredBy = [ "httpd.service" "uwsgi.service" ];