From 93e2032c3e521b9d84118bdeab4235cfbd522557 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 23 Apr 2020 14:14:54 +0200 Subject: Add new LetsEncrypt settings for automatix --- host/automatix.nix | 5 +++++ 1 file changed, 5 insertions(+) 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"; + }; } -- cgit v1.2.3