about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-06-26 15:55:34 +0200
committerProfpatsch <mail@profpatsch.de>2022-06-26 16:00:52 +0200
commit29f87315eb8550a8cf3418ea766311289af382ca (patch)
tree249833da2013869e17a9e913ca7a4323cb5547e2 /machines/profpatsch
parent328a6cb75551837d0576f6a872ac9290482fdfc0 (diff)
machines/legosi: fix renamed acme email option name
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/legosi.nix2
1 files changed, 1 insertions, 1 deletions
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;