Revert "workaround for bug https://github.com/NixOS/nixpkgs/issues/101445"
This reverts commit a77d1a520d
.
This commit is contained in:
parent
a77d1a520d
commit
0186d8bd52
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue