summaryrefslogtreecommitdiff
path: root/host/automatix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/automatix.nix')
-rw-r--r--host/automatix.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/host/automatix.nix b/host/automatix.nix
index d95f12e..f19de69 100644
--- a/host/automatix.nix
+++ b/host/automatix.nix
@@ -53,4 +53,9 @@
openDefaultPorts = true;
};
};
+
+ security.acme = {
+ acceptTerms = true;
+ email = "key@kummerlaender.eu";
+ };
}