1
0
Fork 0

Fix mailman admin

This commit is contained in:
Malte Brandy 2022-09-01 01:00:58 +02:00
parent 93a4f4b940
commit 1820b24ab8

View file

@ -6,6 +6,8 @@
}: let
hostname = "lists.maralorn.de";
lists = pkgs.privateValue {} "mail/lists";
me = pkgs.privateValue {mail = "";} "mail/me";
admin = me.mail;
in {
systemd.services.mailman.postStart = lib.concatStringsSep "\n" (
map