From 29f87315eb8550a8cf3418ea766311289af382ca Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 26 Jun 2022 15:55:34 +0200 Subject: machines/legosi: fix renamed acme email option name --- machines/profpatsch/legosi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/profpatsch/legosi.nix b/machines/profpatsch/legosi.nix index 2c7d4638..fb4e3489 100644 --- a/machines/profpatsch/legosi.nix +++ b/machines/profpatsch/legosi.nix @@ -155,7 +155,7 @@ in { }; security.acme.acceptTerms = true; - security.acme.email = "mail@profpatsch.de"; + security.acme.defaults.email = "mail@profpatsch.de"; services.nginx = { enable = true; -- cgit 1.4.1