From c7d13b551e272cb00ea6355a965c1dc7b092d85a Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 6 Jan 2021 10:40:01 +0000 Subject: [PATCH] nixos/mailman: remove spurious uwsgi.service dep b478e0043c5 removed every other instance of uwsgi.service and httpd.service from Mailman before and requiredBy lists. This one looks like it was just missed, since I can't see a reason to keep it but remove the others. Fixes: b478e0043c5 ("nixos/mailman: refactor") --- nixos/modules/services/mail/mailman.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/mail/mailman.nix b/nixos/modules/services/mail/mailman.nix index bf19da32324a..832b496f31c9 100644 --- a/nixos/modules/services/mail/mailman.nix +++ b/nixos/modules/services/mail/mailman.nix @@ -367,7 +367,7 @@ in { mailman-web-setup = { description = "Prepare mailman-web files and database"; - before = [ "uwsgi.service" "mailman-uwsgi.service" ]; + before = [ "mailman-uwsgi.service" ]; requiredBy = [ "mailman-uwsgi.service" ]; restartTriggers = [ config.environment.etc."mailman3/settings.py".source ]; script = ''