From 0186d8bd52400640b4a4abd0fc0ad5be71286000 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Fri, 27 Nov 2020 23:40:53 +0100 Subject: [PATCH] Revert "workaround for bug https://github.com/NixOS/nixpkgs/issues/101445" This reverts commit a77d1a520d8d5738bf3d1331c1667bbae586acdb. --- dovecot.nix | 1 - postfix.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/dovecot.nix b/dovecot.nix index 225760b..e004db7 100644 --- a/dovecot.nix +++ b/dovecot.nix @@ -118,7 +118,6 @@ in # Configure certificates... security = lib.mkIf config.variables.useSSL { acme.certs."dovecot2.${config.variables.myFQDN}" = { - email = "kontakt+blubb1@hamburg.freifunk.net"; domain = "${config.variables.myFQDN}"; group = config.services.dovecot2.group; postRun = "systemctl restart dovecot2.service"; diff --git a/postfix.nix b/postfix.nix index 24b5c9d..3c274bb 100644 --- a/postfix.nix +++ b/postfix.nix @@ -36,7 +36,6 @@ in security = lib.mkIf config.variables.useSSL { # Configure the certificates... acme.certs."postfix.${config.variables.myFQDN}" = { - email = "kontakt+blubb2@hamburg.freifunk.net"; domain = "${config.variables.myFQDN}"; group = config.services.postfix.group; postRun = "systemctl restart postfix.service";