about summary refs log tree commit diff
path: root/nixos/modules/services/mail
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-03-15 17:35:18 +0100
committerProfpatsch <mail@profpatsch.de>2017-03-16 18:47:11 +0100
commit6da60bb10142ba2e63309da048044026f7158d0a (patch)
tree1d73140a2bc376216cc48b63ec546a6d6f7ba099 /nixos/modules/services/mail
parent5d6ea2d64e759e30c5864ca2950c0b5ad9070437 (diff)
downloadnixlib-6da60bb10142ba2e63309da048044026f7158d0a.tar
nixlib-6da60bb10142ba2e63309da048044026f7158d0a.tar.gz
nixlib-6da60bb10142ba2e63309da048044026f7158d0a.tar.bz2
nixlib-6da60bb10142ba2e63309da048044026f7158d0a.tar.lz
nixlib-6da60bb10142ba2e63309da048044026f7158d0a.tar.xz
nixlib-6da60bb10142ba2e63309da048044026f7158d0a.tar.zst
nixlib-6da60bb10142ba2e63309da048044026f7158d0a.zip
modules/mlmmj: fix a typo in listaddress folder
Diffstat (limited to 'nixos/modules/services/mail')
-rw-r--r--nixos/modules/services/mail/mlmmj.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/mail/mlmmj.nix b/nixos/modules/services/mail/mlmmj.nix
index e2b37522cb16..4a01745eb8b6 100644
--- a/nixos/modules/services/mail/mlmmj.nix
+++ b/nixos/modules/services/mail/mlmmj.nix
@@ -18,7 +18,7 @@ let
   footer = domain: list: "To unsubscribe send a mail to ${list}+unsubscribe@${domain}";
   createList = d: l: ''
     ${pkgs.coreutils}/bin/mkdir -p ${listCtl d l}
-    echo ${listAddress d l} > ${listCtl d l}/listadress
+    echo ${listAddress d l} > ${listCtl d l}/listaddress
     echo "${lib.concatStringsSep "\n" (customHeaders d l)}" > ${listCtl d l}/customheaders
     echo ${footer d l} > ${listCtl d l}/footer
     echo ${subjectPrefix l} > ${listCtl d l}/prefix