From eac4f5b33e37c11fd261c196ba7867ab58e7bc86 Mon Sep 17 00:00:00 2001 From: schweby Date: Wed, 27 Jan 2021 17:35:27 +0100 Subject: [PATCH] hainich/sympa: added type to mta.type --- hosts/hainich/services/sympa.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hainich/services/sympa.nix b/hosts/hainich/services/sympa.nix index 509f891..8192853 100644 --- a/hosts/hainich/services/sympa.nix +++ b/hosts/hainich/services/sympa.nix @@ -3,7 +3,7 @@ { services.sympa = { enable = true; - mta = "none"; + mta.type = "none"; lang = "de"; domains."lists.infra4future.de".webHost = "lists.infra4future.de"; domains."lists.hacc.space".webHost = "lists.hacc.space";