about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/haku.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/profpatsch/haku.nix b/machines/profpatsch/haku.nix
index 2f711870..c3b84ec4 100644
--- a/machines/profpatsch/haku.nix
+++ b/machines/profpatsch/haku.nix
@@ -119,6 +119,9 @@ in
       };
 
 
+    security.acme.acceptTerms = true;
+    security.acme.email = "mail@profpatsch.de";
+
     services.nginx = {
       enable = true;
       virtualHosts.${hakuHostName} = {